Skip to content

Commit a45ccb9

Browse files
committed
Travis: Use node 4 and container infrastructure
1 parent 6ecc220 commit a45ccb9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
sudo: false
12
language: node_js
23
node_js:
3-
- "0.11"
4+
- "4"
45
before_script:
5-
- npm install -g grunt-cli
6+
- npm install -g grunt-cli

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
"test": "grunt test"
2323
},
2424
"devDependencies": {
25-
"grunt-contrib-qunit": "~0.2.0",
26-
"grunt-contrib-uglify": "~0.2.0",
27-
"grunt-contrib-clean": "~0.4.0",
2825
"grunt": "~0.4.2",
26+
"grunt-cli": "^0.1.13",
27+
"grunt-contrib-clean": "~0.4.0",
2928
"grunt-contrib-coffee": "~0.10.0",
30-
"grunt-contrib-connect": "~0.6.0"
29+
"grunt-contrib-connect": "~0.6.0",
30+
"grunt-contrib-qunit": "~0.2.0",
31+
"grunt-contrib-uglify": "~0.2.0"
3132
}
3233
}

0 commit comments

Comments
 (0)