Skip to content

Commit

Permalink
less verbose build in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Nov 10, 2018
1 parent d6c7dae commit 4056c1b
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 @@ -91,9 +91,9 @@ install:
- travis_retry cabal new-update;

script:
- cabal new-configure -v --flag='-linux-getrandom' --enable-tests --enable-documentation
- cabal new-build -v all
- cabal new-test -v all
- cabal new-configure --flag='-linux-getrandom' --enable-tests --enable-documentation
- cabal new-build all
- cabal new-test all
- cabal new-bench
- $(find ./dist-newstyle -name raaz -type f) info
- if [ "$LIQUID_HASKELL" == "yes" ]; then ./scripts/get-lh.sh && ./scripts/run-lh.sh; exit $?; fi
Expand Down

0 comments on commit 4056c1b

Please sign in to comment.