summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-28 15:29:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-28 15:29:16 -0800
commit915775b8b08cdd2b0c51447a034f0dbeb6d59cec (patch)
treeba1899867f2e9a45fe8f037d58b6332052eb2318
parent98fd9a978ab82a8738f03583c19fafc54097d035 (diff)
Revert "Travis: removed lts-9 build."
This reverts commit 2278cd5e772a9b8858b91c336c043a696480d25f.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bb97802ac..04aac27f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,9 +61,9 @@ matrix:
# The Stack builds. We can pass in arbitrary Stack arguments via the ARGS
# variable, such as using --stack-yaml to point to a different file.
- # - env: BUILD=stack ARGS="--stack-yaml stack.lts9.yaml" OPTS="-Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror"
- # compiler: ": #stack 8.0.2"
- # addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}}
+ - env: BUILD=stack ARGS="--stack-yaml stack.lts9.yaml" OPTS="-Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror"
+ compiler: ": #stack 8.0.2"
+ addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}}
- env: BUILD=stack ARGS="--resolver lts-10" OPTS="-Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror"
compiler: ": #stack 8.2.2"