Browse Source

Update .travis.yml

Reduce number of erlang versions we use for building on travis.
Andreas Stenius 8 years ago
parent
commit
032746b806
1 changed files with 1 additions and 11 deletions
  1. 1 11
      .travis.yml

+ 1 - 11
.travis.yml

@@ -1,24 +1,14 @@
 language: erlang
 sudo: false
 otp_release:
-# Test on all supported releases accepted by the `require_otp_vsn` in rebar.config
+# Test on all the latest releases for the major versions supported as specified by the `require_otp_vsn` in rebar.config
    - 20.0
    - 19.3
    - 18.0
    - 17.4
-   - 17.3
-   - 17.1
-   - 17.0
    - R16B03-1
-#   - R16B03 this version is broken!
-   - R16B02
-   - R16B01
-   - R16B
 #  - R15B03-1 not available on travis
    - R15B03
-   - R15B02
-#   - R15B01 failing with timeout
-#   - R15B failing with timeout
 
 script: 
   - "[ ! -d deps/merl ] || make -C deps/merl && make check"