Update the Travis setup

This commit is contained in:
Nikita Volkov 2015-12-06 08:16:13 +03:00
parent e8f5c6a77f
commit 0e12cb0350

View File

@ -1,11 +1,8 @@
env: env:
- ghc=7.6.1 cabal=1.18 benchmarks=1 tests=1 lower_bound_dependencies=1 - ghc=7.6.1 cabal=1.18 lower_bound_dependencies=1
- ghc=7.6.1 cabal=1.18 benchmarks=1 tests=1 - ghc=7.8.1 cabal=1.18
- ghc=7.8.1 cabal=1.18 benchmarks=1 tests=1
- ghc=7.10.1 cabal=1.22
- ghc=7.10.1 cabal=1.22 benchmarks=1 tests=1 - ghc=7.10.1 cabal=1.22 benchmarks=1 tests=1
install: install:
# Set up the Shell to treat the semicolon as && # Set up the Shell to treat the semicolon as &&
- set -o pipefail && set -e - set -o pipefail && set -e
@ -32,9 +29,6 @@ install:
then then
constraint_options=( constraint_options=(
"--constraint=transformers==0.3.*" "--constraint=transformers==0.3.*"
"--constraint=monad-control==0.3.*"
"--constraint=text==1.0.*"
"--constraint=attoparsec==0.10.*"
"--constraint=time==1.4.*" "--constraint=time==1.4.*"
); );
fi; fi;