Skip to content

Commit 098a3cd

Browse files
committed
oh travis
1 parent 096d7a3 commit 098a3cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.12"
3+
- "iojs-v2.0.1"
44
branches:
55
only:
66
- master

gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = function (grunt) {
7272

7373
coveralls: {
7474
options: {
75-
coverage_dir: 'coverage/',
75+
coverageDir: 'coverage/',
7676
force: true
7777
}
7878
}
@@ -97,4 +97,4 @@ module.exports = function (grunt) {
9797
grunt.registerTask('ci', ['jshint', 'cover', 'coveralls', 'build', 'casper', 'sauce'])
9898
grunt.registerTask('default', ['jshint', 'build', 'test'])
9999

100-
}
100+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"semver": "^4.2.0",
4040
"shell-task": "^1.0.0",
4141
"uglify-js": "^2.4.20",
42-
"webpack": "^1.8.4"
42+
"webpack": "^1.9.10"
4343
}
4444
}

0 commit comments

Comments
 (0)