mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
Build: Cache npm modules on travis builds
This commit is contained in:
@@ -2,10 +2,12 @@ language: node_js
|
||||
node_js:
|
||||
- 0.12
|
||||
|
||||
cache:
|
||||
- npm
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- npm install grunt-cli -g
|
||||
- npm install
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
Reference in New Issue
Block a user