Skip to content

Commit

Permalink
Move CI build from script to deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Oct 11, 2019
1 parent ade40d9 commit f17a254
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ before_script:
- export INLINE_RUNTIME_CHUNK=false
script:
- npm run test
- npm run build
before_deploy:
- npm run build
- npm install htmlparser2
- mkdir release
- pwd
- ls -lsa .
- node scripts/extract-scripts.js release
- zip -r release.zip release
deploy:
Expand Down

0 comments on commit f17a254

Please sign in to comment.