Skip to content

Commit 098efad

Browse files
committed
OTP 20 - 22 support
1 parent 43c549e commit 098efad

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ src/protobuffs_parser.erl
1313
src/protobuffs_scanner.erl
1414
erl_crash.dump
1515
test/Emakefile
16+
_build/
17+
TEST-protobuffs_proper.xml
18+
TEST-erlang_protobuffs_SUITE.xml
19+
TEST-file_protobuffs.app.xml
1620

1721
# ignore output of 'rebar escriptize'
1822
protobuffs

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: erlang
2-
script: make all test
3-
notifications:
4-
webhooks: http://basho-engbot.herokuapp.com/travis?key=622369a511690ee1a7fe54c44eebb57dc8e24b5f
5-
62
otp_release:
7-
- 18.3
8-
- 17.5
9-
- R16B03
10-
- R15B03
3+
- 20.3.8
4+
script:
5+
- chmod u+x rebar3
6+
- ./rebar3 do upgrade, compile, dialyzer, eunit
7+
notifications:
8+
slack:
9+
secure: SE0EMU9HenZlLBuNg7l6WLMxJPkfyAEGgodvAqMEuQmICtrh1nV019D/A8ykejYYPPsJafWVOfypOSDrSHCndzXvEZvU8l45nJ6XLdUdrDYEmvcSqN3EqmVSsuf9H3g99bvKygXaY27MkTS5ixLil7PzybG+YpwMnQGcQxYo5Eg=

rebar

-200 KB
Binary file not shown.

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{erl_opts, [debug_info]}.
1+
{erl_opts, [debug_info, nowarn_export_all]}.
22

33
{deps,[
4-
{meck, "0.8.*", {git, "https://github.com/basho/meck.git", {tag, "0.8.2"}}}
4+
{meck, "0.8.*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.13"}}}
55
]}.
66

77
{clean_files, ["*~","**/*~","**/*.beam","logs/*","test/Emakefile"]}.

rebar.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[{<<"meck">>,
2+
{git,"https://github.com/eproxus/meck.git",
3+
{ref,"4ecc1ae9089edc6977e8c8c4cd41081513cc5590"}},
4+
0}].

rebar3

817 KB
Binary file not shown.

0 commit comments

Comments
 (0)