aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-02-19 14:08:49 +0100
committerJordan Wilberding <[email protected]>2014-02-19 14:08:49 +0100
commit7a93d8ff2333984877966a24d033628b147b8686 (patch)
treeb3a919e6ede513c3f34b4c0bd0d446db3f4f25ed /.travis.yml
parent031a6d6469c0982685cf63ba9d23c777639465ca (diff)
parentba757e5a00b30eb89309e0fdc1cfbd02b1b32324 (diff)
downloadrelx-7a93d8ff2333984877966a24d033628b147b8686.tar.gz
relx-7a93d8ff2333984877966a24d033628b147b8686.tar.bz2
relx-7a93d8ff2333984877966a24d033628b147b8686.zip
Merge pull request #126 from kiela/master
Make relx be compatible with Erlang 17.0-rc1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b12a1c..9833c26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: erlang
otp_release:
+ - 17.0-rc1
+ - R16B03-1
+ - R16B03
- R16B02
- R16B01
- R16B
@@ -21,4 +24,4 @@ notifications:
channels:
- "irc.freenode.org#erlware"
use_notice: true
- skip_join: true \ No newline at end of file
+ skip_join: true