Skip to content

Commit

Permalink
Fix eslint command in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Clark committed Sep 22, 2015
1 parent 64ff543 commit 1182bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
before_script:
- npm install -g eslint
- curl 'https://raw.githubusercontent.com/ripple/javascript-style-guide/master/eslintrc' > ./eslintrc
- eslint --reset -c ./eslintrc $(git --no-pager diff --name-only --diff-filter=AM --relative $(git merge-base FETCH_HEAD origin/HEAD) FETCH_HEAD | grep "\.js$")
- eslint -c ./eslintrc $(git --no-pager diff --name-only --diff-filter=AM --relative $(git merge-base FETCH_HEAD origin/HEAD) FETCH_HEAD | grep "\.js$")
script:
- npm test --coverage
after_success:
Expand Down

0 comments on commit 1182bc4

Please sign in to comment.