You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
467 B
15 lines
467 B
language: cpp |
|
|
|
before_install: |
|
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd |
|
|
|
script: |
|
- Tools/scripts/build_all_travis.sh |
|
|
|
notifications: |
|
webhooks: |
|
urls: |
|
- https://webhooks.gitter.im/e/e5e0b55e353e53945b4b |
|
on_success: change # options: [always|never|change] default: always |
|
on_failure: always # options: [always|never|change] default: always |
|
on_start: false # default: false
|
|
|