Skip to content

Commit

Permalink
Refine travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
drobakowski committed Mar 11, 2016
1 parent 4f08234 commit bc7ba98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before_install:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod u+x ./rebar3
install: "true"
language: erlang
notifications:
hipchat:
Expand All @@ -10,4 +14,6 @@ otp_release:
- R16B03-1
- R16B01
- R15B03
script: "make ci"
env:
- REBAR3=true
script: "make travis_ci"
Binary file removed rebar3
Binary file not shown.

0 comments on commit bc7ba98

Please sign in to comment.