Skip to content

Commit 12bfef7

Browse files
author
K. R. Whitley
committedAug 20, 2014
Merge pull request #14 from justinklemm/master
Package/TravisCI Configuration Updates Finally... thanks @justinklemm!
2 parents 5636283 + a5be3bd commit 12bfef7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
 

‎.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
Gruntfile.*
3+
/node_modules
4+
/test

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- 0.10

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@
3737
},
3838
"devDependencies": {
3939
"grunt": "latest",
40+
"grunt-cli": "latest",
4041
"nodeunit": "latest",
4142
"grunt-contrib-jshint": "latest",
4243
"grunt-contrib-nodeunit": "latest",
4344
"grunt-contrib-watch": "latest"
4445
},
4546
"scripts": {
46-
"test": "grunt"
47+
"test": "node_modules/.bin/grunt nodeunit"
4748
}
4849
}

0 commit comments

Comments
 (0)