aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-10-06 11:24:11 -0500
committerTristan Sloughter <[email protected]>2014-10-11 11:13:05 -0500
commitfca419632793346d0f3732ed927f6862ed6bf85a (patch)
tree9666613511a3d020e058c07d7d51e6214c2036d8 /.travis.yml
parent12514d2314ed52ba6d26dba7846f51e943057a2f (diff)
downloadrelx-fca419632793346d0f3732ed927f6862ed6bf85a.tar.gz
relx-fca419632793346d0f3732ed927f6862ed6bf85a.tar.bz2
relx-fca419632793346d0f3732ed927f6862ed6bf85a.zip
support only the 3 last major versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 96e1188..52861e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: erlang
otp_release:
+ - 17.1
- 17.0
- R16B03-1
- R16B03
@@ -10,9 +11,6 @@ otp_release:
- R15B02
- R15B01
- R15B
- - R14B04
- - R14B03
- - R14B02
script: "make get-rebar && make rebuild"
branches:
only: