Skip to content

Commit

Permalink
travis and elixir v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome committed Sep 13, 2014
1 parent 5475013 commit 1fd60ad
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
language: erlang
services:
- mongodb
notifications:
email:
- jerp@checkiz.com
otp_release:
- 17.1
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir && make && cd ..
- 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 archive.install http://s3.hex.pm/installs/hex.ez --force
- mix local.hex --force
- mix deps.get
script:
- mix test
script: "MIX_ENV=test mix do deps.get, test"

0 comments on commit 1fd60ad

Please sign in to comment.