diff --git a/.travis.yml b/.travis.yml index 02e825e..9a0c327 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,19 @@ language: "node_js" + node_js: - - "0.10" - - "0.12" - - "iojs" -script: make test-coveralls + - "0.12" # Compat + - "iojs" # Compat + - "4.2.6" # LTS + - "5.5.0" # Latest stable + +env: + - CXX=g++-4.8 + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 + +script: make test-coveralls \ No newline at end of file diff --git a/package.json b/package.json index 59670cd..10a4a54 100644 --- a/package.json +++ b/package.json @@ -29,23 +29,23 @@ "Jeremy Stuckey " ], "dependencies": { - "bytes": "^2.1.0", - "defaults": "^1.0.2", - "gulp-util": "^3.0.4", - "node-zopfli": "^1.2.1", - "stream-to-array": "^2.0.2", + "bytes": "^2.2.0", + "defaults": "^1.0.3", + "gulp-util": "^3.0.7", + "node-zopfli": "^1.4.0", + "stream-to-array": "^2.2.1", "through2": "^2.0.0" }, "devDependencies": { - "coveralls": "^2.11.2", - "gulp": "^3.8.11", - "gulp-rename": "^1.2.0", + "coveralls": "^2.11.6", + "gulp": "^3.9.0", + "gulp-rename": "^1.2.2", "gulp-tap": "^0.1.3", - "istanbul": "^0.3.8", - "jshint": "^2.6.3", - "mocha": "^2.2.1", + "istanbul": "^0.4.2", + "jshint": "^2.9.1", + "mocha": "^2.4.5", "nid": "^0.3.2", - "should": "^7.0.0" + "should": "^8.2.1" }, "main": "index.js", "licenses": [