Fix Travis build

This commit is contained in:
Paul Oliver
2016-08-06 19:38:10 +12:00
parent e963bef653
commit b89e8e27c3
2 changed files with 30 additions and 21 deletions
+6 -4
View File
@@ -1,10 +1,12 @@
language: erlang
install: wget https://github.com/erlang/rebar3/releases/download/3.1.0/rebar3 && chmod 755 rebar3
script: PATH=.:$PATH make update test dialyzer
notifications:
disabled: true
branches:
only:
- develop
- 0.1.0
otp_release:
- R15B02
- R15B01