aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index adf0a04..764fe9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
language: erlang
otp_release:
+ - 17.0-rc1
+ - R16B03-1
+ - R16B03
+ - R16B02
+ - R16B01
- R16B
- R15B03
- R15B02
@@ -8,7 +13,7 @@ otp_release:
- R14B04
- R14B03
- R14B02
-script: "make rebuild"
+script: "make get-rebar && make rebuild"
branches:
only:
- master
@@ -19,4 +24,4 @@ notifications:
channels:
- "irc.freenode.org#erlware"
use_notice: true
- skip_join: true \ No newline at end of file
+ skip_join: true