File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
# named .travis.yml
10
10
11
11
# Use new container infrastructure to enable caching
12
- sudo : false
12
+ sudo : true
13
13
14
14
# Choose a lightweight base image; we provide our own build tools.
15
15
language : generic
@@ -87,6 +87,10 @@ matrix:
87
87
compiler : " : #stack 8.0.1"
88
88
addons : {apt: {packages: [libgmp-dev, libblas-dev, libatlas-dev, liblapack-dev]}}
89
89
90
+ - env : BUILD=stack ARGS="--resolver lts-9"
91
+ compiler : " : #stack 8.0.1"
92
+ addons : {apt: {packages: [libgmp-dev, libblas-dev, libatlas-dev, liblapack-dev]}}
93
+
90
94
# Nightly builds are allowed to fail
91
95
- env : BUILD=stack ARGS="--resolver nightly"
92
96
compiler : " : #stack nightly"
@@ -96,7 +100,6 @@ matrix:
96
100
- env : BUILD=cabal GHCVER=7.8.4 CABALVER=1.18 HAPPYVER=1.19.5 ALEXVER=3.1.7
97
101
- env : BUILD=cabal GHCVER=head CABALVER=head HAPPYVER=1.19.5 ALEXVER=3.1.7
98
102
- env : BUILD=stack ARGS="--resolver nightly"
99
- - env : BUILD=stack ARGS="--resolver lts-7"
100
103
101
104
before_install :
102
105
# Using compiler above sets CC to an invalid value, so unset it
You can’t perform that action at this time.
0 commit comments