From fca419632793346d0f3732ed927f6862ed6bf85a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 6 Oct 2014 11:24:11 -0500 Subject: support only the 3 last major versions --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3