tools: travis: it broke.. remove this flag ?

This commit is contained in:
Simon Michael 2015-07-28 16:06:11 -07:00
parent e33e3c3cc5
commit d3a7439575

View File

@ -13,13 +13,13 @@ before_install:
- chmod a+x ~/.local/bin/stack - chmod a+x ~/.local/bin/stack
install: install:
- stack --no-terminal --skip-ghc-check setup - stack --no-terminal setup
- stack --no-terminal --skip-ghc-check build --only-snapshot - stack --no-terminal build --only-snapshot
# testing: where are we now ? # testing: where are we now ?
- pwd - pwd
script: script:
- stack --no-terminal --skip-ghc-check test - stack --no-terminal test
notifications: notifications: