Skip to content
Snippets Groups Projects
Commit 02d82c6a authored by Ryan Scott's avatar Ryan Scott
Browse files

Make .travis.yml parse correctly

parent 00c7d415
No related tags found
No related merge requests found
......@@ -28,8 +28,9 @@ before_install:
install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- if [ "$GHCVER" = "7.2.1" ]; then
sudo ghc-pkg trust base; # To avoid a SafeHaskell bug on GHC 7.2.1
- |
if [ "$GHCVER" = "7.2.1" ]; then
sudo ghc-pkg trust base # To avoid a SafeHaskell bug on GHC 7.2.1
fi
- travis_retry cabal update
- cabal install --only-dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment