Skip to content

Commit

Permalink
Update travis.yml for lint, build beside test
Browse files Browse the repository at this point in the history
  • Loading branch information
hossam-magdy committed Mar 30, 2020
1 parent 31f3d2b commit e3f5eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
language: node_js
node_js:
- 12
script:
- yarn lint
- yarn build
- yarn test

0 comments on commit e3f5eea

Please sign in to comment.