Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Aug 12, 2018
1 parent 1d90793 commit 64d2c65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ install:
-
cabal=${cabal=2.4};
travis_retry sudo add-apt-repository -y ppa:hvr/ghc;
travis_retry sudo apt-get update;
travis_retry sudo apt-get install cabal-install-$cabal ghc-$ghc;
travis_retry sudo apt-get update && sudo apt-get install cabal-install-$cabal ghc-$ghc;
export PATH=/opt/ghc/$ghc/bin:/opt/cabal/$cabal/bin:$PATH;
# Update the Cabal database
- cabal update
Expand Down Expand Up @@ -47,5 +46,5 @@ script:
if [ "$tests" = "1" ];
then
cabal clean;
cabal test --show-details=always;
cabal test --show-details=always --test-options=--quickcheck-tests=1000
fi;

0 comments on commit 64d2c65

Please sign in to comment.