Skip to content

Commit c4c7f3c

Browse files
committed
[ci] Run the lint script only once
1 parent 14d53d7 commit c4c7f3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ os:
99
- linux
1010
- osx
1111
- windows
12+
script:
13+
- if [ "${TRAVIS_NODE_VERSION}" == "14" ] && [ "${TRAVIS_OS_NAME}" == linux ]; then npm run lint; fi
14+
- npm test
1215
after_success:
1316
- nyc report --reporter=text-lcov | coveralls

0 commit comments

Comments
 (0)