Skip to content

Commit 075ef7d

Browse files
committed
Build: Add Travis CI support
1 parent 86de1f8 commit 075ef7d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
sudo: false
3+
node_js:
4+
- "5"

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"url": "http://bugs.jquery.com/"
1818
},
1919
"license": "MIT",
20+
"scripts": {
21+
"test": "grunt"
22+
},
2023
"devDependencies": {
2124
"chalk": "1.1.1",
2225
"grunt": "~0.4.5",

0 commit comments

Comments
 (0)