mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-25 16:32:36 -05:00
22 lines
350 B
YAML
22 lines
350 B
YAML
language: cpp
|
|
env:
|
|
- QT4=1
|
|
- QT4=0
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: ./travis-compile.sh
|
|
install: ./travis-dependencies.sh
|
|
cache: apt
|
|
notifications:
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/d94969c3b01b22cbdcb7
|
|
on_success: change
|
|
on_failure: change
|
|
on_start: false
|
|
matrix:
|
|
fast_finish: true |