Skip to content

Commit

Permalink
[ci] Run the lint script only once
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 13, 2020
1 parent 14d53d7 commit c4c7f3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ os:
- linux
- osx
- windows
script:
- if [ "${TRAVIS_NODE_VERSION}" == "14" ] && [ "${TRAVIS_OS_NAME}" == linux ]; then npm run lint; fi
- npm test
after_success:
- nyc report --reporter=text-lcov | coveralls

0 comments on commit c4c7f3c

Please sign in to comment.