diff --git a/.travis.yml b/.travis.yml index f1f6cd6e..344c0b93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - 'stable' script: + - yarn prettier:check - yarn build:all - yarn lint:all - - yarn prettier:check - yarn test:all