summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fish <james@fishcakez.com>2017-05-24 14:50:08 -0400
committerJames Fish <james@fishcakez.com>2017-05-24 14:50:08 -0400
commit1281f437245fe0e5623e71639be51c215ca06d6a (patch)
tree64dd8095f7c2d57f52e71dd74eb1c1f8585fb652
parentde967dddb415a0f5b304bba22c7c31ff90fb0d9b (diff)
downloadelixir-1281f437245fe0e5623e71639be51c215ca06d6a.tar.gz
Add OTP 19.3 and 20.0-rc1 to travis
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index afd172747..f5d46e79b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,10 @@ matrix:
otp_release: 19.1
- os: linux
otp_release: 19.2
+ - os: linux
+ otp_release: 19.3
+ - os: linux
+ otp_release: 20.0-rc1
script: "make compile && rm -rf .git && make test"