diff --git a/.travis.yml b/.travis.yml index ad7c8dcd..51c85545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: directories: - "node_modules" script: - - yarn prettier:check - - yarn lint:all - - yarn test:all - yarn build:all + - yarn lint:all + - yarn prettier:check + - yarn test:all