diff --git a/.travis.yml b/.travis.yml index b394804..d388dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - 0.10 - - 0.12 - - iojs + - 8 + - 7 + - 6 cache: directories: @@ -15,4 +15,4 @@ env: script: - npm test - - gulp browserTest \ No newline at end of file + - gulp browserTest diff --git a/package.json b/package.json index 4821bff..60e222e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp-uglify": "1.1.0", "istanbul": "*", "mocha": "*", - "mochify": "^2.9.0", + "mochify": "^5.8.1", "uglify-js": "1.3.x" }, "main": "lib/string",