mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
18 lines
248 B
YAML
18 lines
248 B
YAML
language: go
|
|
|
|
script: $TRAVIS_BUILD_DIR/test.sh
|
|
|
|
branches:
|
|
only: master
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.net#cgrates"
|
|
on_success: change
|
|
on_failure: always
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|
|
|