Skip to content

Commit

Permalink
Ensure package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kennedy committed Apr 4, 2020
1 parent 4d81872 commit 9d81f93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
- '10'
script:
- npm test
- npm run build
- npm run banner
after_script:
- 'npm run coveralls'
branches:
Expand Down

0 comments on commit 9d81f93

Please sign in to comment.