Skip to content

Commit

Permalink
Format project.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed Jun 5, 2018
1 parent 836b4eb commit 5625d6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,9 @@ before_script:
npm run update-types && git diff --exit-code || (echo -e
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
update-types".' && false)
- >-
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m
Project is not formatted. Please run "npm run format".' && false)
env:
global:
- secure: >-
Expand Down

0 comments on commit 5625d6c

Please sign in to comment.