Browse Source

Add multiple versions of erlang to travis.

Roberto Ostinelli 9 years ago
parent
commit
ab0e3f4b88
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .travis.yml

+ 14 - 0
.travis.yml

@@ -1,6 +1,20 @@
 language: erlang
 
 otp_release:
+   - 18.0
+   - 17.5
+   - 17.4
+   - 17.3
    - 17.1
+   - 17.0
+   - R16B03-1
+   - R16B03
+   - R16B02
+   - R16B01
+   - R16B
+   - R15B03-1
+   - R15B02
+   - R15B01
+   - R15B
 
 script: "make travis"