forked from shadowsocks/shadowsocks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
20 lines (20 loc) · 960 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
branches:
only:
- cron
env:
- CI=false
before_install:
- git config --global user.name "Travis CI"
- git config --global user.email "[email protected]"
- git remote add icebase https://github.com/icebase/shadowsocks.git
- git remote add shadowsocksrr https://github.com/shadowsocksrr/shadowsocksr.git
script:
- git fetch icebase
- git fetch shadowsocksrr
- git push --force https://[email protected]/cool2645/shadowsocksrr.git 'refs/remotes/icebase/*:refs/heads/icebase/*'
- git push --force https://[email protected]/cool2645/shadowsocksrr.git 'refs/remotes/shadowsocksrr/*:refs/heads/shadowsocksrr/*'
- git merge icebase/manyuser -m "Merge branch 'icebase/manyuser' into ssrr-mu"
- git merge shadowsocksrr/akkariiin/dev -m "Merge branch 'shadowsocksrr/akkariiin/dev' into ssrr-mu"
after_success:
- git checkout -b ssrr-mu
- git push --force https://[email protected]/cool2645/shadowsocksrr.git ssrr-mu:ssrr-mu