Skip to content

Commit

Permalink
tests: run the golden LHR check earlier (#5609)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Jul 2, 2018
1 parent 65fa9fc commit 6193242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ before_script:
- yarn build-all
script:
- yarn bundlesize
- yarn diff:sample-json
- yarn lint
- yarn unit:silentcoverage
- yarn type-check
- yarn diff:sample-json
- yarn smoke:silentcoverage
- yarn test-extension
- yarn test-viewer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

"debug": "node --inspect-brk ./lighthouse-cli/index.js",
"start": "node ./lighthouse-cli/index.js",
"test": "yarn lint --quiet && yarn unit && yarn type-check && yarn diff:sample-json",
"test": "yarn diff:sample-json && yarn lint --quiet && yarn unit && yarn type-check",
"test-extension": "cd lighthouse-extension && yarn test",
"test-viewer": "cd lighthouse-viewer && yarn pptr-test",
"test-lantern": "bash lighthouse-core/scripts/test-lantern.sh",
Expand Down

0 comments on commit 6193242

Please sign in to comment.