install bower & grunt globally for travis

This commit is contained in:
David Morse
2015-05-27 15:55:56 -06:00
parent 589864ce36
commit aa2053b6c6
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ node_js:
- "0.10"
install:
- npm install
- npm install -g bower grunt-cli
before_script:
- bower install
script:
+4 -1
View File
@@ -37,5 +37,8 @@
"grunt-conventional-changelog": "~1.0.0",
"grunt-gh-pages": "^0.10.0",
"jshint-stylish": "^1.0.1"
}
},
"scripts": {
"test": "grunt test"
}
}