0abddde2c7
Webpack is pinned because versions higher than this cause the viewer not to work (see https://github.com/mozilla/pdf.js/pull/10170#issuecomment-431697032). Node.js is pinned for Travis CI because version 11 requires that we update to Gulp 4.
12 lines
175 B
YAML
12 lines
175 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
install:
|
|
- npm install -g npm@latest
|
|
- npm install -g gulp-cli
|
|
- npm install
|
|
- npm update
|