Rainbond/.travis.yml

12 lines
222 B
YAML
Raw Normal View History

2018-12-01 15:18:40 +08:00
sudo: required
2018-04-08 21:21:29 +08:00
2018-12-01 15:18:40 +08:00
services:
- docker
2018-04-08 21:21:29 +08:00
2018-12-01 15:18:40 +08:00
git:
depth: 1
2018-04-08 21:21:29 +08:00
script:
2018-12-26 14:51:38 +08:00
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash ./release.sh all push; fi'
2018-12-26 15:52:51 +08:00
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./release.sh all; fi'