Commit 202cd663 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Travis fixes

parent fa059316
...@@ -3,6 +3,9 @@ env: ...@@ -3,6 +3,9 @@ env:
- LTS=6.2 # Most recent GHC 7.10 LTS - LTS=6.2 # Most recent GHC 7.10 LTS
- LTS=2.22 # Last GHC 7.8 LTS - LTS=2.22 # Last GHC 7.8 LTS
# Choose a lightweight base image; we provide our own build tools.
language: c
# Enable caching. # Enable caching.
sudo: false sudo: false
...@@ -26,7 +29,9 @@ addons: ...@@ -26,7 +29,9 @@ addons:
- zeromq3 - zeromq3
install: install:
- stack build - stack setup
- stack build --dependencies-only --resolver=$LTS
script: script:
- stack test - stack build --resolver=$LTS
- stack test --resolver=$LTS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment