Travis CI: Fetch rebar3 and use it

Also, only test with the latest Erlang minor release of each major
branch. And do not test on Erlang R15B and older anymore.

References #15.
This commit is contained in:
Jean-Sébastien Pédron 2016-11-12 23:04:40 +01:00
parent 5292225bcb
commit 1f39cf3455
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -1,15 +1,19 @@
# vim:sw=2:et:
language: erlang
otp_release:
- 19.0
- 18.0
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
- R15B03
- R15B02
- R15B01
- '19.1'
- '18.3'
- '17.5'
- 'R16B03-1'
install:
- curl -O -L https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
- ./rebar3 update
script:
- ./rebar3 eunit
notifications:
email: