Skip to content

Commit f489a3f

Browse files
committed
Merge pull request #56 from msgpack/fix-travis-build
Fix travis-ci build
2 parents 1ff1138 + 2052a43 commit f489a3f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: erlang
22
sudo: false
3-
install: echo rebar3
4-
script: make check-all
3+
install: wget https://s3.amazonaws.com/rebar3/rebar3 && chmod 755 rebar3
4+
script: PATH=.:$PATH make check-all
55
notifications:
66
email: false
77
otp_release:
8+
- 18.2.1
89
- 18.1
910
- 18.0
1011
- 17.5

0 commit comments

Comments
 (0)