From eb5aa235a82f908d48f74415e2b20780f1783973 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Thu, 9 Feb 2017 19:07:00 -0500 Subject: [PATCH] fix(build): re-add specs back into build process --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3618f65f1..45da2653a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ before_script: fi script: - - script/bootstrap && script/grunt ci --stack --no-color + - script/bootstrap && npm test && script/grunt ci --stack --no-color cache: directories: