From 2be336ba41e5b0bb71c477bef0c11213dca4a9e7 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Fri, 1 Jan 2016 21:02:10 +0530 Subject: [PATCH] Changes travis config to run tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a7a7c3..26f6fb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: