Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Simplify `.travis.yml` using native support for elixir on travis-ci
  • Loading branch information
lowks committed Jul 9, 2015
1 parent 81d23e5 commit 3713ab2
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 3713ab2

Please sign in to comment.