mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
20 lines
300 B
YAML
20 lines
300 B
YAML
language: go
|
|
|
|
before_install: sudo apt-get -q install bzr
|
|
|
|
branches:
|
|
only: master
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.net#cgrates"
|
|
on_success: change
|
|
on_failure: always
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|
|
|
|
after_script:
|
|
./build.sh && ./test.sh
|