Skip to content

Commit

Permalink
fix(ci): run regular build on osx and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 16, 2019
1 parent 417e4e8 commit 625a826
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ addons:
install:
- npm run ci:install
script:
- npm run ci:build
- npm run ci:test
- npm run ci:lint
- npm run build
- npm run test
- npm run lint
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
notifications:
email: false
email:
if: branch = master
on_success: never
on_failure: always

0 comments on commit 625a826

Please sign in to comment.