From 85cadabdb3d900a788de1206c966c51116c23c08 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 15:43:22 -0700 Subject: [PATCH] tools: have travis run tests as well --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eea76c9bd..d21e3b1c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: