From 1293e92b54ae6989738e45fe6dd3d837a904edaa Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 20 Aug 2015 12:46:46 -0400 Subject: [PATCH] Remove CI for OTP R16 and 18. 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5c2cd9..068c3a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,8 @@ language: erlang otp_release: - - 18.0 - 17.5 - 17.0 - - R16B02 script: "make travis_ci" -- 2.20.1