Skip to content

Commit

Permalink
chore(package): update eslint to version 5.0.1
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
greenkeeper[bot] authored and gurpreetatwal committed Jun 28, 2018
1 parent 9ffe1d7 commit 484fe70
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- dpkg --compare-versions `npm -v` ge 6.0 || npm i -g npm@latest

install:
- if [[ "$TRAVIS_BRANCH" = "greenkeeper/"* || "$TRAVIS_PULL_REQUEST_BRANCH" = "greenkeeper/"* ]]; then npm install; else npm ci; fi
- if [[ "$TRAVIS_BRANCH" = "greenkeeper/"* ]]; then npm install; else npm ci; fi

before_script:
- greenkeeper-lockfile-update
Expand Down
Loading

0 comments on commit 484fe70

Please sign in to comment.