Skip to content

Commit

Permalink
install everything at the same time
Browse files Browse the repository at this point in the history
otherwise the dependencies of aeson will prevent Hawk from compiling.
  • Loading branch information
gelisam committed Aug 21, 2014
1 parent cfd3c3a commit 2e2b43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -66,8 +66,7 @@ before_install:
install:
- type happy
- cabal-1.18 update
- cabal-1.18 install aeson
- cabal-1.18 install --only-dependencies --enable-tests --enable-benchmarks
- cabal-1.18 install aeson haskell-awk --only-dependencies --enable-tests --enable-benchmarks

# Here starts the actual work to be performed for the package under
# test; any command which exits with a non-zero exit code causes the
Expand Down

0 comments on commit 2e2b43d

Please sign in to comment.