Skip to content

Commit d023292

Browse files
committed
Run lint before tests
1 parent 21b2d90 commit d023292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: scala
22
scala:
33
- 2.10.4
44
script:
5-
- sbt ++$TRAVIS_SCALA_VERSION test
65
- npm install
6+
- gulp lint
7+
- sbt ++$TRAVIS_SCALA_VERSION test
78
- mocha
89
env:
910
- VALIDATORS=tv4

0 commit comments

Comments
 (0)