Skip to content

Commit

Permalink
Merge pull request #395 from basho/develop-3.0-292
Browse files Browse the repository at this point in the history
Develop 3.0 292
  • Loading branch information
martinsumner authored May 7, 2020
2 parents 1bc4e86 + c01eea0 commit 980ba8f
Show file tree
Hide file tree
Showing 8 changed files with 845 additions and 41 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ test-unchanged.escript
*.dump
_build/
rebar.lock
.DS_Store
22 changes: 6 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
sudo: required
dist: trusty
language: erlang
otp_release:
- 19.1
- 18.3
- 17.5
- R16B03
- R15B03
env:
- RIAK_DOWNLOAD_URL=http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.0.7/ubuntu/trusty/riak_2.0.7-1_amd64.deb
- RIAK_DOWNLOAD_URL=http://s3.amazonaws.com/downloads.basho.com/riak/2.1/2.1.4/ubuntu/trusty/riak_2.1.4-1_amd64.deb
before_script:
- sudo ./tools/travis-ci/riak-install -d "$RIAK_DOWNLOAD_URL"
- sudo ./tools/setup-riak
notifications:
slack:
secure: JVsrhRuWRTQauP7OjSc1XO6+P3eiOZtkjYhU2R53Hn9dK1KmJRBR5MzO1nq6BUs+bViXiAyW0YOoDTWF0eUw5gdd6sqnvx0+mYJVfYDTfbjp46yqj03Nj+J5HZ1KWPM78NSZ8jpZvdwk35ZpHqhsh/zWOY2RYmIVQKLB9EthHLU=
- 20.3.8
- 21.3
- 22.3
script:
- chmod u+x rebar3
- ./rebar3 do upgrade, compile, xref, dialyzer, eunit
3 changes: 2 additions & 1 deletion include/riakc.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
auto_reconnect |
{auto_reconnect, boolean()} |
keepalive |
{keepalive, boolean()}.
{keepalive, boolean()}|
{silence_terminate_crash, boolean()}.
%% Options for starting or modifying the connection:
%% `queue_if_disconnected' when present or true will cause requests to
%% be queued while the connection is down. `auto_reconnect' when
Expand Down
Binary file removed rebar
Binary file not shown.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R15|R16|17|18|19|20|21"}.
{require_otp_vsn, "20|21|22"}.

{cover_enabled, true}.

Expand Down
17 changes: 0 additions & 17 deletions rebar.config.script

This file was deleted.

Binary file modified rebar3
Binary file not shown.
Loading

0 comments on commit 980ba8f

Please sign in to comment.