mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 00:35:24 +00:00
Fix travis-ci build
This commit is contained in:
parent
af29fa959f
commit
2052a43d7e
@ -1,10 +1,11 @@
|
||||
language: erlang
|
||||
sudo: false
|
||||
install: echo rebar3
|
||||
script: make check-all
|
||||
install: wget https://s3.amazonaws.com/rebar3/rebar3 && chmod 755 rebar3
|
||||
script: PATH=.:$PATH make check-all
|
||||
notifications:
|
||||
email: false
|
||||
otp_release:
|
||||
- 18.2.1
|
||||
- 18.1
|
||||
- 18.0
|
||||
- 17.5
|
||||
|
Loading…
Reference in New Issue
Block a user