Skip to content

Commit

Permalink
Update Travis config to use Elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
zamith committed Nov 8, 2016
1 parent 0f0b403 commit af025fb
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: erlang
language: elixir
elixir:
- 1.2.2
otp_release:
- 17.0
before_install:
- wget http://s3.hex.pm/builds/elixir/v1.0.0.zip
- unzip -d elixir v1.0.0.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
- mix deps.get
- 18.2.1
script:
- MIX_ENV=all mix test
after_script:
Expand Down

0 comments on commit af025fb

Please sign in to comment.