Skip to content

Commit bbee2f0

Browse files
author
Lukas Oppermann
committed
adding travis file & remove grunt
1 parent aad59d0 commit bbee2f0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232
},
3333
"devDependencies": {
3434
"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",
4435
"gulp": "^3.8.11",
4536
"gulp-bump": "^0.3.0",
4637
"gulp-jscs": "^1.5.2",

0 commit comments

Comments
 (0)