We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2359 commit b868584Copy full SHA for b868584
scripts/travis/ci.sh
@@ -31,10 +31,10 @@ function run {
31
echo "TRAVIS_COMMIT=$TRAVIS_COMMIT"
32
33
# Jshint & check for stupid mistakes
34
- # grunt jshint ddescribe-iit merge-conflict
+ grunt jshint ddescribe-iit merge-conflict
35
36
# Run simple quick tests on Phantom to be sure any tests pass
37
- # grunt karma:single --browsers=PhantomJS --reporters=dots
+ grunt karma:single --browsers=PhantomJS --reporters=dots
38
39
# Do sauce test with all browsers (takes longer)
40
# TODO Saucelabs settings need more tweaking before it becomes stable (sometimes it fails to connect)
0 commit comments