tools: travis: roll back more, --install-ghc not supported

This commit is contained in:
Simon Michael 2015-08-24 10:28:32 -07:00
parent ff7709d61a
commit 0098d1d211

View File

@ -23,7 +23,8 @@ before_install:
- chmod a+x ~/.local/bin/stack - chmod a+x ~/.local/bin/stack
install: install:
- stack +RTS -N2 -RTS --no-terminal build --install-ghc --only-snapshot - stack +RTS -N2 -RTS setup
- stack +RTS -N2 -RTS build --only-snapshot
script: script:
- stack +RTS -N2 -RTS build --test - stack +RTS -N2 -RTS build --test