Evan You hace 11 años
padre
commit
098a3cdd3b
Se han modificado 3 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      .travis.yml
  2. 2 2
      gruntfile.js
  3. 1 1
      package.json

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-- "0.12"
+- "iojs-v2.0.1"
 branches:
   only:
   - master

+ 2 - 2
gruntfile.js

@@ -72,7 +72,7 @@ module.exports = function (grunt) {
 
     coveralls: {
       options: {
-        coverage_dir: 'coverage/',
+        coverageDir: 'coverage/',
         force: true
       }
     }
@@ -97,4 +97,4 @@ module.exports = function (grunt) {
   grunt.registerTask('ci', ['jshint', 'cover', 'coveralls', 'build', 'casper', 'sauce'])
   grunt.registerTask('default', ['jshint', 'build', 'test'])
 
-}
+}

+ 1 - 1
package.json

@@ -39,6 +39,6 @@
     "semver": "^4.2.0",
     "shell-task": "^1.0.0",
     "uglify-js": "^2.4.20",
-    "webpack": "^1.8.4"
+    "webpack": "^1.9.10"
   }
 }