From 51d4b25db497188a07f131125d8780ea450d9c0b Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Sat, 8 Mar 2014 10:33:57 -0700 Subject: [PATCH] chore(travis): make it run tests properly --- scripts/travis/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/travis/ci.sh b/scripts/travis/ci.sh index b5d3e6f8cc..abe98fa2d0 100755 --- a/scripts/travis/ci.sh +++ b/scripts/travis/ci.sh @@ -35,11 +35,11 @@ function run { echo "TRAVIS_COMMIT=$TRAVIS_COMMIT" # check for stupid mistakes - # gulp ddescribe-iit + gulp ddescribe-iit # Run simple quick tests on Phantom to be sure any tests pass # Tests are run on cloud browsers after build - # gulp karma --browsers=PhantomJS --reporters=dots + gulp karma --browsers=PhantomJS --reporters=dots if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "-- This is a pull request build; will not push build out."