summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2017-04-20 16:56:24 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2017-04-20 16:56:24 -0500
commit533477cf4b4245ba91a590b8470fd0afcddcaf56 (patch)
tree0f4b04dc1679f9feb3aecddd0d1fe267b458359d
parentUpdate deps (diff)
Update .travis.yml
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d7b9d3..568ca58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,10 @@ language: elixir
sudo: false
elixir:
- 1.3
+ - 1.4
otp_release:
- 18.3
- - 19.0
+ - 19.1
script:
- "MIX_ENV=test mix do deps.get, compile, coveralls.travis"
notifications: