diff --git a/.travis.yml b/.travis.yml index 4a2a51016..8ae91be36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,13 @@ before_install: - chmod a+x ~/.local/bin/stack install: - - stack --no-terminal --skip-ghc-check setup - - stack --no-terminal --skip-ghc-check build --only-snapshot + - stack --no-terminal setup + - stack --no-terminal build --only-snapshot # testing: where are we now ? - pwd script: - - stack --no-terminal --skip-ghc-check test + - stack --no-terminal test notifications: