Skip to content

Commit

Permalink
Only run linting on CI and release; fail CI if any step fails (#7)
Browse files Browse the repository at this point in the history
* Only run linting on CI and release; fail CI if any step fails

* Update locked deps to fix issue with istanbul
  • Loading branch information
bryanforbes authored and matt-gadd committed Sep 19, 2018
1 parent 67b2bd6 commit dbd0bbb
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 248 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -18,6 +18,7 @@ before_test:

test_script:
# run tests
- npm run lint
- npm test

after_test:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,4 @@ env:
install:
- travis_retry npm install
script:
- npm test && npm run uploadCoverage
- npm run lint && npm test && npm run uploadCoverage

0 comments on commit dbd0bbb

Please sign in to comment.