Commit 1bcf7a03 authored by artuuge's avatar artuuge

compile with widgets if ghc is 7.10.*

parent 6ef94c16
...@@ -47,7 +47,7 @@ script: ...@@ -47,7 +47,7 @@ script:
if [ ${GHCVER%.*} = "7.8" ]; then if [ ${GHCVER%.*} = "7.8" ]; then
travis_retry ./build.sh all travis_retry ./build.sh all
elif [ ${GHCVER%.*} = "7.10" ]; then elif [ ${GHCVER%.*} = "7.10" ]; then
travis_retry ./build.sh all no-widgets travis_retry ./build.sh all
else else
travis_retry ./build.sh ihaskell travis_retry ./build.sh ihaskell
fi fi
......
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