Skip to content

Commit

Permalink
Add 7.10 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed Jan 18, 2016
1 parent 615d548 commit 8c0fd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ script:
- cabal install
- cd tests
- |
if [ $GHCVER = "head" ] || [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.6" ] || [ ${GHCVER%.*} = "7.4" ] ; then
if [ $GHCVER = "head" ] || [ ${GHCVER%.*} = "7.10" ] || [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.6" ] || [ ${GHCVER%.*} = "7.4" ] ; then
cabal install --constraint="optparse-applicative < $VERSION"
optparse-applicative-tests
fi

0 comments on commit 8c0fd16

Please sign in to comment.