Skip to content

Commit afe2918

Browse files
committed
Build: Add Travis CI support
(cherry picked from commit 075ef7d)
1 parent 145796e commit afe2918

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
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",
26+
"grunt-cli": "^0.1.13",
2327
"grunt-contrib-concat": "0.5.1",
2428
"grunt-contrib-jshint": "0.11.0",
2529
"grunt-contrib-qunit": "0.5.2",

0 commit comments

Comments
 (0)