tools: have travis run tests as well

This commit is contained in:
Simon Michael 2015-07-28 15:43:22 -07:00
parent 80ff66a5c9
commit 85cadabdb3

View File

@ -16,7 +16,8 @@ install:
- stack build --only-snapshot --no-terminal
script:
- stack build --no-terminal
#- stack build --no-terminal
- stack test --no-terminal
notifications: