mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Use the latest stable Node.js version on Travis CI and enable caching
This commit is contained in:
parent
5678486802
commit
7bbc2f079a
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
before_install:
|
||||
- node
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
install:
|
||||
- npm install -g gulp-cli
|
||||
- npm install
|
||||
- npm update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue