Skip to content

Commit

Permalink
fix(build): Add cache clean script before install
Browse files Browse the repository at this point in the history
  • Loading branch information
samwx committed Sep 30, 2019
1 parent 69c4225 commit c643a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ notifications:
node_js:
- '4'
before_install:
- npm cache clean -f
- npm i -g npm@^2.0.0
before_script:
- npm prune
Expand All @@ -20,4 +21,4 @@ after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
- /^v\d+\.\d+\.\d+$/

0 comments on commit c643a10

Please sign in to comment.