We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6042e76 commit 47917baCopy full SHA for 47917ba
2 files changed
.travis.yml
@@ -4,8 +4,6 @@ language: haskell
4
git:
5
depth: 5
6
7
-cabal: "2.4"
8
-
9
cache:
10
directories:
11
- "$HOME/.cabal/store"
@@ -14,7 +12,7 @@ cache:
14
12
15
13
matrix:
16
include:
17
- - ghc: 8.8.3
+ - ghc: 8.8.4
18
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack.yaml"
19
20
install:
@@ -24,7 +22,9 @@ install:
24
22
- |
25
23
curl -sSL https://get.haskellstack.org/ | sh
26
stack --version
27
- stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --ghc-options=-Werror
+ stack build --system-ghc \
+ --test --no-run-tests \
+ --ghc-options=-Werror
28
29
script:
30
- >-
stack.yaml
@@ -1,4 +1,4 @@
1
-resolver: lts-15.5
+resolver: lts-16.12
2
extra-deps:
3
- hslua-1.2.0
- tasty-lua-0.2.3
0 commit comments