mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
21 lines
301 B
YAML
21 lines
301 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
|