Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 26cd552

Browse files
update(travis): only build on master branch and PRs
1 parent 93f7cb8 commit 26cd552

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ cache:
3333
branches:
3434
only:
3535
- master
36-
- patch
37-
- feat/panel
3836

3937
install:
4038
- npm install
@@ -53,4 +51,4 @@ script:
5351
- ./scripts/travis-run-script.sh
5452

5553
after_success:
56-
- 'if [[ $MODE == "NORMAL" ]]; then ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT; fi'
54+
- 'if [[ $MODE == "NORMAL" ]]; then ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT; fi'

0 commit comments

Comments
 (0)