Skip to content

Commit

Permalink
fix(travis): avoid deps hard errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 6, 2016
1 parent b2ff7a6 commit e32e315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,7 +1,8 @@
sudo: false
language: node_js language: node_js
node_js: node_js:
- 'iojs' - "5"
- '0.12' - "4"
- '0.10' - "0.12"
before_install: before_install:
- npm install -g grunt-cli - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"tasks" "tasks"
], ],
"engines": { "engines": {
"node": ">= 0.8.0" "node": ">= 0.12"
}, },
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
Expand All @@ -50,9 +50,6 @@
"matchdep": "^0.3.0", "matchdep": "^0.3.0",
"time-grunt": "^1.2.1" "time-grunt": "^1.2.1"
}, },
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [ "keywords": [
"gruntplugin", "gruntplugin",
"embed", "embed",
Expand Down

0 comments on commit e32e315

Please sign in to comment.