Skip to content

Commit c77f5d1

Browse files
hzoocaitp
authored andcommitted
chore(travis): reorder linting tasks to after unit tests
1 parent 030101a commit c77f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ set -e
55
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
66

77
if [ $JOB = "unit" ]; then
8-
grunt ci-checks
98
grunt test:promises-aplus
109
grunt test:unit --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_9,SL_IE_10,SL_IE_11 --reporters dots
10+
grunt ci-checks
1111
grunt tests:docs --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_9,SL_IE_10,SL_IE_11 --reporters dots
1212
grunt test:travis-protractor --specs "docs/app/e2e/**/*.scenario.js"
1313
elif [ $JOB = "e2e" ]; then

0 commit comments

Comments
 (0)