Commit 5a527f26 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing .travis.yml

parent 398da0db
......@@ -36,8 +36,9 @@ install:
# 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.
script:
- travis_retry ./build.sh all
- if [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.10" ]; then
travis_retry ./build.sh display
- |
if [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.10" ]; then
travis_retry ./build.sh display;
fi
- cabal sdist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment