Skip to content

Commit

Permalink
Use rebar3 and OTP 19 for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahf committed Sep 12, 2016
1 parent 41e2dbb commit b89b517
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: erlang

otp_release:
- 18.0
- 18.1
- 18.2
- 18.3
- 19.0

script: "make && make tests"
script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod 755 rebar3
- ./rebar3 proper

0 comments on commit b89b517

Please sign in to comment.