Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
remove unnecessary flag and variable from .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Dec 11, 2017
1 parent a43b8ea commit ac91fbb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ script:
stack)
rm stack.yaml && ln -sv .travis/stack-${RESOLVER}.yaml stack.yaml
stack --no-terminal test \
--flag foundation:bounds-check ${EXPERIMENTAL} \
--install-ghc \
--coverage --bench --no-run-benchmarks \
--haddock --no-haddock-deps
Expand All @@ -74,9 +73,3 @@ script:
;;
esac
set +ex
# It doesn't seem to be working so far.
#
#after_script:
# - travis_retry curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.3.0/shc-linux-x64-$GHCVER.tar.bz2 | tar -xj
# - ./shc foundation test-foundation

0 comments on commit ac91fbb

Please sign in to comment.