Skip to content

Commit 07b63b4

Browse files
committed
oh travis...
1 parent 19c7053 commit 07b63b4

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.travis.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
matrix:
66
include:
7-
- env: ARGS="--resolver nightly" COVER="" GHCVER=latest
7+
- env:
88
addons: {apt: {packages: [libgmp-dev]}}
99

1010
cache:
@@ -22,15 +22,9 @@ install:
2222
- stack setup --no-terminal
2323

2424
script:
25-
- case "$COVER" in
26-
true)
27-
stack ${ARGS} test --coverage --no-terminal;
28-
./coverage.sh;
29-
;;
30-
*)
31-
stack ${ARGS} test --test-arguments='--plain'
32-
;;
33-
esac
25+
- stack build
26+
- stack test --test-arguments='--plain'
27+
3428

3529
notifications:
3630
slack:

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2017-08-20
1+
resolver: lts-12.17
22

33
packages:
44
- '.'

0 commit comments

Comments
 (0)