Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 7, 2014
1 parent 8c58d01 commit ebf3881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ before_install:
- mkdir -p vendor/elixir
- wget -q https://github.com/elixir-lang/elixir/releases/download/$ELIXIR/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
- export PATH="$PATH:$PWD/vendor/elixir/bin"
script: "MIX_ENV=test mix do deps.get, test"
after_success:
- "mix compile && mix coveralls.travis"
- mix local.hex --force
script:
- "MIX_ENV=test mix do deps.get, test && mix compile && mix coveralls.travis"

0 comments on commit ebf3881

Please sign in to comment.