Speed up build time on CI

This commit is contained in:
Joe Nelson
2016-06-25 21:35:40 -07:00
parent 9c42a78cf3
commit 0bf4146633
+2 -2
View File
@@ -12,8 +12,8 @@ dependencies:
- stack setup
- rm -fr $(stack path --dist-dir) $(stack path --local-install-root)
- stack install hlint packdeps cabal-install
- stack build
- stack build --test --no-run-tests
- stack build --fast
- stack build --fast --test --no-run-tests
test:
override: