2021-05-12 22:24:20 +08:00
|
|
|
# FTR: Configuration on https://travis-ci.org/github/vector-im/element-android/settings
|
2019-03-14 00:00:30 +08:00
|
|
|
#
|
|
|
|
# - Build only if .travis.yml is present -> On
|
|
|
|
# - Limit concurrent jobs -> Off
|
|
|
|
# - Build pushed branches -> On (build the branch)
|
|
|
|
# - Build pushed pull request -> On (build the PR after auto-merge)
|
|
|
|
#
|
|
|
|
# - Auto cancel branch builds -> On
|
|
|
|
# - Auto cancel pull request builds -> On
|
|
|
|
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2021-05-12 22:24:20 +08:00
|
|
|
# Just run a simple script here
|
2019-03-14 00:00:30 +08:00
|
|
|
script:
|
|
|
|
- ./tools/travis/check_pr.sh
|