Skip to content

Commit

Permalink
Fixing travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Sep 26, 2014
1 parent 8ed7bfa commit 03aa639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install elixir
- mix local.hex --force
- cd tests && mix deps.get
- cd tests
- mix deps.get

script:
- cd tests && mix run check.exs
- mix run check.exs

0 comments on commit 03aa639

Please sign in to comment.