Travis updates

This commit is contained in:
Sean Kenny
2014-09-23 19:22:28 +01:00
parent 371deca898
commit ad2dc29dd4
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -2,5 +2,4 @@ language: node_js
node_js:
- "0.10"
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt dev
install: npm install
+1 -1
View File
@@ -26,6 +26,6 @@
},
"scripts": {
"install": "bower install",
"test": "./node_modules/karma/bin/karma start ./build/karma.conf.js --single-run --browsers PhantomJS"
"test": "grunt karma:single"
}
}