Skip to content

Commit

Permalink
Merge pull request patw0929#206 from patw0929/feature/travis-eslint
Browse files Browse the repository at this point in the history
Added `yarn lint` in travis script
  • Loading branch information
patw0929 authored Apr 15, 2018
2 parents 9de7e86 + e3d9e49 commit 7a092d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ node_modules/
.tmp
/src/main.js
npm-debug.log
yarn-error.log

coverage
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ cache:
- node_modules
node_js:
- "8.9.1"
script:
- yarn test
- yarn lint
- yarn build
after_success: yarn run coverage
after_script: yarn run coveralls

0 comments on commit 7a092d4

Please sign in to comment.