chore(travis): make it run tests properly

This commit is contained in:
Andy Joslin
2014-03-08 10:33:57 -07:00
parent bb3f8f3240
commit 51d4b25db4

View File

@@ -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."