Skip to content

Commit

Permalink
Add reorder-goals to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Jan 18, 2017
1 parent 0b885ee commit 6ce5b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -47,7 +47,7 @@ install:
fi
- travis_retry cabal update -v
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
- cabal new-build ${TEST} ${BENCH} --enable-coverage --dep
- cabal new-build ${TEST} ${BENCH} --enable-coverage --dep --reorder-goals

# 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 build to fail.
Expand Down

0 comments on commit 6ce5b8f

Please sign in to comment.