Skip to content

Commit

Permalink
Do not cache pre-compiled libvips
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Oct 12, 2019
1 parent fa394dc commit 7e40b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -52,6 +52,8 @@ install:
- npm install -g node-gyp --no-progress --silent
- npm install sharp sqlite3 --ignore-scripts --no-save --no-package-lock --silent
- npm install --no-progress --silent
before_cache:
- rm -rf $HOME/.npm/_libvips
script:
- npm run lint
- npm run compile
Expand Down

0 comments on commit 7e40b72

Please sign in to comment.