Files
Archive/qv2ray-qv2ray/.travis.yml
2024-03-05 02:32:38 -08:00

14 lines
288 B
YAML

language: shell
os: linux
dist: bionic
script:
- echo Refreshing launchpad repository
deploy:
- provider: launchpad
slug: "~ymshenyu/qv2ray/+git/trunk"
oauth_token: $LAUNCHPAD_OAUTH_TOKEN
oauth_token_secret: $LAUNCHPAD_OAUTH_TOKEN_SECRET
on:
all_branches: true