Skip to content

Commit d11096e

Browse files
committed
Run linter before tests on Travis
1 parent 70496a9 commit d11096e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis/travis_script.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
set -ex
44

55

6+
section "ESLint"
7+
8+
make lint-install
9+
make lint
10+
11+
section_end "ESLint"
12+
13+
614
section "Tests"
715

816
make log &
917
make ${TEST_TARGET}
1018

1119
section_end "Tests"
12-

0 commit comments

Comments
 (0)