Skip to content

Commit

Permalink
Merge pull request #21 from airtimemedia/eslint4
Browse files Browse the repository at this point in the history
Test against eslint version 4
  • Loading branch information
Turbo87 authored Oct 7, 2017
2 parents d855794 + e623600 commit ea8c96e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ node_js:
env:
- ESLINT_VERSION=2
- ESLINT_VERSION=3
- ESLINT_VERSION=4

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

install:
- npm install
Expand Down

0 comments on commit ea8c96e

Please sign in to comment.