Browse Source

Update travis config (add 19.2, 18.0 -> 18.3)

Tim Fletcher 8 years ago
parent
commit
e3065fa0f2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,5 +1,6 @@
 language: erlang
 otp_release:
-  - 18.0
+  - 19.2
+  - 18.3
   - 17.5
   - R16B03