We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad59d0 commit bbee2f0Copy full SHA for bbee2f0
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+node_js:
3
+ - "0.10"
4
+ - "0.8"
5
+ - "iojs"
6
+before_install: npm install
7
+before_script: npm run build
8
+script: npm test
package.json
@@ -32,15 +32,6 @@
32
},
33
"devDependencies": {
34
"del": "^1.1.1",
35
- "grunt": "~0.4.2",
36
- "grunt-bump": "0.0.13",
37
- "grunt-cli": "^0.1.13",
38
- "grunt-contrib-clean": "~0.5.0",
39
- "grunt-contrib-copy": "~0.4.1",
40
- "grunt-contrib-jshint": "~0.7.2",
41
- "grunt-contrib-nodeunit": "~0.2.0",
42
- "grunt-contrib-uglify": "~0.5.1",
43
- "grunt-jsvalidate": "~0.2.2",
44
"gulp": "^3.8.11",
45
"gulp-bump": "^0.3.0",
46
"gulp-jscs": "^1.5.2",
0 commit comments