Skip to content

Commit

Permalink
Merge pull request #4 from lowks/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
lexmag committed Aug 15, 2015
2 parents 4490c75 + 55f924d commit 7cf50d1
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
language: erlang
sudo: false

language: elixir

otp_release:
- 17.1
- 17.3

env:
- ELIXIR_VSN=1.0.0
- ELIXIR_VSN=1.0.1
- ELIXIR_VSN=1.0.2

install:
- wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VSN/Precompiled.zip
- unzip -qq Precompiled.zip -d elixir
elixir:
- 1.0.0
- 1.0.1
- 1.0.2

before_script:
- export PATH=$PWD/elixir/bin:$PATH
- export MIX_ENV=test
- mix local.hex --force
- mix deps.get
env: MIX_ENV=test

script: mix test --trace

0 comments on commit 7cf50d1

Please sign in to comment.