diff --git a/.travis.yml b/.travis.yml index 4f2ee4d97..eb37f9149 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,17 @@ language: go + +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_and_test.sh diff --git a/README.md b/README.md index e41ef5e22..e1b92cc80 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,4 @@ PDF, Epub, Manpage http://readthedocs.org/projects/cgrates/downloads/ API reference http://gopkgdoc.appspot.com/pkg/github.com/cgrates/cgrates -Continous integration: [![build](http://goci.me/project/image/github.com/cgrates/cgrates "Continous integration")](http://goci.me/project/github.com/cgrates/cgrates) - -[![Build Status](https://secure.travis-ci.org/cgrates/cgrates.png)](http://travis-ci.org/cgrates/cgrates) \ No newline at end of file +Continous integration: [![build](http://goci.me/project/image/github.com/cgrates/cgrates "Continous integration")](http://goci.me/project/github.com/cgrates/cgrates) [![Build Status](https://secure.travis-ci.org/cgrates/cgrates.png)](http://travis-ci.org/cgrates/cgrates) \ No newline at end of file