Changes travis config to run tests
This commit is contained in:
parent
c021ffb845
commit
2be336ba41
@ -28,7 +28,7 @@ before_install:
|
||||
# This line does all of the work: installs GHC if necessary, build the library,
|
||||
# executables, and test suites, and runs the test suites. --no-terminal works
|
||||
# around some quirks in Travis's terminal implementation.
|
||||
script: stack $ARGS --no-terminal --install-ghc install
|
||||
script: stack $ARGS --no-terminal --install-ghc install --test --fast
|
||||
|
||||
# Caching so the next build will be fast too.
|
||||
cache:
|
||||
|
Loading…
Reference in New Issue
Block a user