Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Simplify travis.yml by using native support for Elixir on `travis-ci`
  • Loading branch information
lowks committed Jul 6, 2015
1 parent 017c1cb commit b74f91c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -1,11 +1,8 @@
language: erlang
language: elixir
elixir:
- 1.0.2
otp_release:
- 17.1
before_install:
- wget http://s3.hex.pm/builds/elixir/v1.0.2.zip
- unzip -d elixir v1.0.2.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
- mix deps.get --only test
script: mix test

0 comments on commit b74f91c

Please sign in to comment.