Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes #183
  • Loading branch information
jamescryer committed Sep 22, 2019
1 parent 9dff47a commit 1573ade
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,8 +1,11 @@
before_script: npm install codacy-coverage --save
script: npm run test:codacy-coverage
before_script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then npm install codacy-coverage --save; fi'
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then npm run test:codacy-coverage; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run test; fi'
sudo: required
language: node_js
node_js:
- 8
- lts/*
- node
- node

0 comments on commit 1573ade

Please sign in to comment.