Locking down npm dependencies, add caching to travis

This commit is contained in:
Colin McLeod
2015-06-15 18:03:02 -07:00
parent 825b678fb0
commit f459c26bd7
2 changed files with 33 additions and 28 deletions

View File

@@ -1,8 +1,14 @@
language: node_js
notifications:
email: false
sudo: false
node_js:
- "0.12"
cache:
directories:
- node_modules
- bower_components
before_script:
- npm install -g gulp
- npm install -g bower