summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2016-09-12 12:23:18 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2016-09-12 12:23:18 -0500
commit4f349d0b4d3dc8681a550926df7b66eaee691593 (patch)
tree116bf1ffbdb8aa378357e00f254c328c181d35c5 /.travis.yml
parentUpdate deps (diff)
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 8 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 039d7cc..2d7b9d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,12 @@
-language: erlang
+language: elixir
+sudo: false
+elixir:
+ - 1.3
otp_release:
- - 17.0
-env:
- - ELIXIR_VERSION=1.0.0
-before_install:
- - wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
- - unzip -d elixir Precompiled.zip
-before_script:
- - export PATH=`pwd`/elixir/bin:$PATH
- - mix local.hex --force
- - mix deps.get
+ - 18.3
+ - 19.0
script:
- - MIX_ENV=all mix test
+ - "MIX_ENV=test mix do deps.get, compile, coveralls.travis"
notifications:
- email:
+ recipients:
- paulschoenfelder@gmail.com