Skip to content

Commit

Permalink
chore: add eslint to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kingnebby committed Apr 5, 2019
1 parent 63e6d5a commit 89a1f11
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- node
- node
script:
- npm test
- npm run report-coverage
- npm test
- npm run eslint
- npm run report-coverage
deploy:
provider: npm
email: dvilla@collineargroup.com
Expand All @@ -13,4 +14,4 @@ deploy:
tags: true
repo: CollinearGroup/license-validator
notifications:
webhooks: https://outlook.office.com/webhook/1dc2fc03-4a73-44e5-b48a-65be355505f3@48b2d8b4-e0d1-42c7-9e65-8752de35e36e/TravisCI/6937f297211645ce8bda9f2b9b609f0f/d021736f-cd02-443a-89af-e14772cbcd07
webhooks: https://outlook.office.com/webhook/1dc2fc03-4a73-44e5-b48a-65be355505f3@48b2d8b4-e0d1-42c7-9e65-8752de35e36e/TravisCI/6937f297211645ce8bda9f2b9b609f0f/d021736f-cd02-443a-89af-e14772cbcd07

0 comments on commit 89a1f11

Please sign in to comment.