Skip to content

Commit

Permalink
Merge pull request #16 from Turbo87/eslint-updates
Browse files Browse the repository at this point in the history
Ignore ESLint updates on greenkeeper
  • Loading branch information
Turbo87 authored Oct 15, 2016
2 parents 4b5a1bf + d0d6359 commit d855794
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
23 changes: 19 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
language: node_js

node_js:
- 0.10
- 0.12
- 4
- 5
- "0.10"
- "0.12"
- "4"
- "6"

env:
- ESLINT_VERSION=2
- ESLINT_VERSION=3

matrix:
exclude:
- node_js: "0.10"
env: ESLINT_VERSION=3
- node_js: "0.12"
env: ESLINT_VERSION=3

install:
- npm install
- npm install eslint@$ESLINT_VERSION

deploy:
provider: npm
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"eslintplugin",
"chai"
],
"license": "MIT"
"license": "MIT",
"greenkeeper": {
"ignore": ["eslint"]
}
}

0 comments on commit d855794

Please sign in to comment.