diff --git a/.travis.yml b/.travis.yml index 244b7e8..d2fd7ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,11 @@ +sudo: false language: node_js node_js: - - '0.10' + - "0.12" + - "4" + - "5" +matrix: + fast_finish: true +cache: + directories: + - node_modules diff --git a/package.json b/package.json index 75a1d1d..c21747d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-cordovacli", "description": "Wraps a web application as a hybrid app with Apache Cordova CLI or Crome Cordova Apps CLI ", - "version": "1.0.0", + "version": "1.0.1-dev", "homepage": "https://github.com/csantanapr/grunt-cordovacli", "author": { "name": "Carlos Santana", @@ -22,23 +22,22 @@ ], "main": "Gruntfile.js", "engines": { - "node": "^0.12.7" + "node": ">=0.12.13" }, "scripts": { "test": "grunt test", "grunt": "grunt" }, "devDependencies": { - "grunt": ">=0.4.5", - "cordova": ">=5.0.0", - "cca": ">=0.7.1", - "grunt-cli": "^0.1.13", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-jshint": "^0.11.2", - "grunt-contrib-nodeunit": "^0.4.1" + "grunt": "^1.0.0", + "cordova": "^6.1.0", + "cca": "^0.8.1", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-nodeunit": "^1.0.0" }, "peerDependencies": { - "grunt": "^0.4.5", + "grunt": ">=0.4.5", "cordova": ">=3.0.0", "cca": ">=0.5.1" },