mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 01:55:04 +08:00
19 lines
542 B
YAML
19 lines
542 B
YAML
# FTR: Configuration on https://travis-ci.org/github/vector-im/element-android/settings
|
|
#
|
|
# - 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
|
|
|
|
# Just run a simple script here
|
|
script:
|
|
- ./tools/travis/check_pr.sh
|