Skip to content

Commit

Permalink
Merge pull request undeadlabs#5 from lowks/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
reset committed Jul 9, 2015
2 parents 81d23e5 + 3713ab2 commit 1843e64
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
language: erlang
language: elixir
otp_release:
- 17.1
env:
- ELIXIR_VERSION=1.0.2
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
script:
- MIX_ENV=all mix test
- MIX_ENV=all

0 comments on commit 1843e64

Please sign in to comment.