Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Update .travis.yml #9376

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ install:
- travis_wait ./tools/travis/install-gc-sdk.sh
- npm install
- npm run clean
script:
- npm run build
- gulp puppeteer:build
- npm run test
- node ./tools/travis/addCommitComment.js

after_success:
- ./tools/travis/deploy-main.sh
- ./tools/travis/deploy-pr.sh
Expand Down