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 - stack setup
- rm -fr $(stack path --dist-dir) $(stack path --local-install-root) - rm -fr $(stack path --dist-dir) $(stack path --local-install-root)
- stack install hlint packdeps cabal-install - stack install hlint packdeps cabal-install
- stack build - stack build --fast
- stack build --test --no-run-tests - stack build --fast --test --no-run-tests
test: test:
override: override: