We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d53d7 commit c4c7f3cCopy full SHA for c4c7f3c
.travis.yml
@@ -9,5 +9,8 @@ os:
9
- linux
10
- osx
11
- windows
12
+script:
13
+ - if [ "${TRAVIS_NODE_VERSION}" == "14" ] && [ "${TRAVIS_OS_NAME}" == linux ]; then npm run lint; fi
14
+ - npm test
15
after_success:
16
- nyc report --reporter=text-lcov | coveralls
0 commit comments