Skip to content

Commit

Permalink
OTP 20 - 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Apr 8, 2020
1 parent 43c549e commit 098efad
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ src/protobuffs_parser.erl
src/protobuffs_scanner.erl
erl_crash.dump
test/Emakefile
_build/
TEST-protobuffs_proper.xml
TEST-erlang_protobuffs_SUITE.xml
TEST-file_protobuffs.app.xml

# ignore output of 'rebar escriptize'
protobuffs
Expand Down
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: erlang
script: make all test
notifications:
webhooks: http://basho-engbot.herokuapp.com/travis?key=622369a511690ee1a7fe54c44eebb57dc8e24b5f
email: [email protected]
otp_release:
- 18.3
- 17.5
- R16B03
- R15B03
- 20.3.8
script:
- chmod u+x rebar3
- ./rebar3 do upgrade, compile, dialyzer, eunit
notifications:
slack:
secure: SE0EMU9HenZlLBuNg7l6WLMxJPkfyAEGgodvAqMEuQmICtrh1nV019D/A8ykejYYPPsJafWVOfypOSDrSHCndzXvEZvU8l45nJ6XLdUdrDYEmvcSqN3EqmVSsuf9H3g99bvKygXaY27MkTS5ixLil7PzybG+YpwMnQGcQxYo5Eg=
Binary file removed rebar
Binary file not shown.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.
{erl_opts, [debug_info, nowarn_export_all]}.

{deps,[
{meck, "0.8.*", {git, "https://github.com/basho/meck.git", {tag, "0.8.2"}}}
{meck, "0.8.*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.13"}}}
]}.

{clean_files, ["*~","**/*~","**/*.beam","logs/*","test/Emakefile"]}.
Expand Down
4 changes: 4 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[{<<"meck">>,
{git,"https://github.com/eproxus/meck.git",
{ref,"4ecc1ae9089edc6977e8c8c4cd41081513cc5590"}},
0}].
Binary file added rebar3
Binary file not shown.

0 comments on commit 098efad

Please sign in to comment.