Skip to content

Commit

Permalink
feat(Add-lh): lighthouseCI-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
antekai committed Oct 17, 2018
1 parent 610a051 commit 379bd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js: node
cache:
directories:
- node_modules
install:
- npm install
script:
# - npm test
- npx semantic-release
Expand All @@ -21,6 +23,5 @@ deploy:
branch: master

after_success:
- npm install https://github.com/ebidel/lighthouse-ci
# - ./deploy.sh # TODO(you): deploy the PR changes to your staging server.
- npm run lh -- https://react-map-app.netlify.com/

0 comments on commit 379bd79

Please sign in to comment.