Skip to content

Commit

Permalink
ci: upgrade all dependencies and make ci re-runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbubu committed Oct 12, 2019
1 parent afd1c13 commit 2ee30f8
Show file tree
Hide file tree
Showing 3 changed files with 11,743 additions and 7,590 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ cache:
directories:
- ~/.npm
notifications:
email: false
email:
- rong.shen@gmail.com
node_js:
- '9'
- '10'
- '8'
- '6'
script:
- npm run test:prod && npm run build
after_success:
Expand All @@ -17,4 +17,4 @@ after_script:
branches:
only:
- master
- /^greenkeeper/.*$/

Loading

0 comments on commit 2ee30f8

Please sign in to comment.