Skip to content

Commit

Permalink
Adding more build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen committed Jan 24, 2019
1 parent 02be2cb commit f65d0c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ language: node_js
node_js:
- 10
script:
- npm run test
- npm install
- npm run test
- npm run build
- npm run bundle

0 comments on commit f65d0c8

Please sign in to comment.