Skip to content

Commit

Permalink
fix travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr committed Apr 22, 2016
1 parent 166d7be commit 8cb8d2b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 8cb8d2b

Please sign in to comment.