mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
Update the Travis setup
This commit is contained in:
parent
e8f5c6a77f
commit
0e12cb0350
10
.travis.yml
10
.travis.yml
@ -1,10 +1,7 @@
|
||||
env:
|
||||
- ghc=7.6.1 cabal=1.18 benchmarks=1 tests=1 lower_bound_dependencies=1
|
||||
- ghc=7.6.1 cabal=1.18 benchmarks=1 tests=1
|
||||
- ghc=7.8.1 cabal=1.18 benchmarks=1 tests=1
|
||||
- ghc=7.10.1 cabal=1.22
|
||||
- ghc=7.6.1 cabal=1.18 lower_bound_dependencies=1
|
||||
- ghc=7.8.1 cabal=1.18
|
||||
- ghc=7.10.1 cabal=1.22 benchmarks=1 tests=1
|
||||
|
||||
|
||||
install:
|
||||
# Set up the Shell to treat the semicolon as &&
|
||||
@ -32,9 +29,6 @@ install:
|
||||
then
|
||||
constraint_options=(
|
||||
"--constraint=transformers==0.3.*"
|
||||
"--constraint=monad-control==0.3.*"
|
||||
"--constraint=text==1.0.*"
|
||||
"--constraint=attoparsec==0.10.*"
|
||||
"--constraint=time==1.4.*"
|
||||
);
|
||||
fi;
|
||||
|
Loading…
Reference in New Issue
Block a user