Browse Source

Add Erlang 19 and 18 to Travis build matrix

Johan Lövdahl 8 years ago
parent
commit
a4ff52ef39
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -5,6 +5,8 @@ before_script:
   - mysql -uroot -e "grant all privileges on otptest.* to otptest@localhost identified by 'otptest'"
   - mysql -uroot -e "grant all privileges on otptest.* to otptest@localhost identified by 'otptest'"
 script: 'make tests'
 script: 'make tests'
 otp_release:
 otp_release:
+  - 19.0
+  - 18.3
   - 17.3
   - 17.3
   - 17.0
   - 17.0
   - R16B03-1
   - R16B03-1