mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 08:45:19 +00:00
Merge pull request #56 from msgpack/fix-travis-build
Fix travis-ci build
This commit is contained in:
commit
f489a3f295
@ -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