mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 18:58:02 +08:00
12 lines
222 B
YAML
12 lines
222 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
script:
|
|
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash ./release.sh all push; fi'
|
|
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./release.sh all; fi'
|