Skip to content

Commit b868584

Browse files
committed
chore(travis): run all grunt checks
1 parent 2bf2359 commit b868584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/travis/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ function run {
3131
echo "TRAVIS_COMMIT=$TRAVIS_COMMIT"
3232

3333
# Jshint & check for stupid mistakes
34-
# grunt jshint ddescribe-iit merge-conflict
34+
grunt jshint ddescribe-iit merge-conflict
3535

3636
# Run simple quick tests on Phantom to be sure any tests pass
37-
# grunt karma:single --browsers=PhantomJS --reporters=dots
37+
grunt karma:single --browsers=PhantomJS --reporters=dots
3838

3939
# Do sauce test with all browsers (takes longer)
4040
# TODO Saucelabs settings need more tweaking before it becomes stable (sometimes it fails to connect)

0 commit comments

Comments
 (0)