We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af29fa9 commit 2052a43Copy full SHA for 2052a43
1 file changed
.travis.yml
@@ -1,10 +1,11 @@
1
language: erlang
2
sudo: false
3
-install: echo rebar3
4
-script: make check-all
+install: wget https://s3.amazonaws.com/rebar3/rebar3 && chmod 755 rebar3
+script: PATH=.:$PATH make check-all
5
notifications:
6
email: false
7
otp_release:
8
+ - 18.2.1
9
- 18.1
10
- 18.0
11
- 17.5
0 commit comments