Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
ci: trigger linting scripts before build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordybulten committed Nov 26, 2019
1 parent f2c78b4 commit a56bc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- "12.13.1"
script:
- echo "Skipping tests"
- npm run lint
- npm run stylelint
- npm run build
deploy:
provider: pages
Expand Down

0 comments on commit a56bc47

Please sign in to comment.