Skip to content

Commit d2bae43

Browse files
committed
Adding travis-ci build
1 parent e77e43f commit d2bae43

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
before_script:
5+
- npm install -g grunt-cli

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@
4646
"karma-expect": "~1.0.0",
4747
"grunt-cli": "~0.1.13"
4848
},
49+
"engines": {
50+
"node": "0.10.x",
51+
"npm": "1.2.x"
52+
},
53+
"scripts": {
54+
"test": "grunt"
55+
},
4956
"license": "Apache License"
5057
}

0 commit comments

Comments
 (0)