Skip to content

Commit

Permalink
ci(travis): run linter only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Feb 2, 2020
1 parent 08b51f4 commit 7030958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_script:
script:
- commitlint-travis
- npm run linter
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run linter ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then xvfb-run npm run test:coverage ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then npm run test:coverage ; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then npm run test:coverage ; fi
Expand Down

0 comments on commit 7030958

Please sign in to comment.