Remove CI for OTP R16 and 18. 0.0.0
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 20 Aug 2015 16:46:46 +0000 (12:46 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 20 Aug 2015 16:46:46 +0000 (12:46 -0400)
R16 doesn't like queue:queue(A) and wants queue() instead - WONTFIX.
18 doesn't like dict(), used in proper, - need to upgrade proper and/or make
sure hope only requires it for testing, not when pulled-in as a dep.

.travis.yml

index e5c2cd9..068c3a3 100644 (file)
@@ -6,10 +6,8 @@ language:
     erlang
 
 otp_release:
-    - 18.0
     - 17.5
     - 17.0
-    - R16B02
 
 script:
     "make travis_ci"
This page took 0.02747 seconds and 4 git commands to generate.