Skip to content

Commit

Permalink
Merge pull request #69 from galdor/travis
Browse files Browse the repository at this point in the history
Update travis configuration
  • Loading branch information
yurrriq authored Jan 2, 2019
2 parents cb8ffcd + 1cf8833 commit b3fceb8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
sudo: false
language: erlang
install: true
before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
env: PATH=$PATH:.
script: make travis
cache:
directories:
- $HOME/.cache/rebar3/
otp_release:
- 18.0
- 18.1
Expand All @@ -23,3 +16,5 @@ otp_release:
- 20.1
- 20.2
- 21.0
- 21.1
- 21.2

0 comments on commit b3fceb8

Please sign in to comment.