Testing travis

This commit is contained in:
Max Lynch
2013-11-18 21:02:18 -06:00
parent 32d9fe2d4a
commit 4c142f38a7
2 changed files with 12 additions and 2 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- 0.10
before_script:
- npm install -g grunt-cli

View File

@ -1,8 +1,9 @@
{ {
"name": "ionic", "name": "ionic",
"private": true, "private": false,
"version": "0.0.01", "version": "0.9.04",
"devDependencies": { "devDependencies": {
"karma": "~0.10",
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-cli": "~0.1.9", "grunt-cli": "~0.1.9",
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.5.3",
@ -12,6 +13,9 @@
"grunt-contrib-jshint": "~0.6.4", "grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-sass": "~0.5.0" "grunt-contrib-sass": "~0.5.0"
}, },
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"licenses": [ "licenses": [
{ {
"type": "MIT" "type": "MIT"