diff --git a/.travis.yml b/.travis.yml index 7c09669..bdcc3e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,21 @@ before_install: - sudo apt-get update -y - sudo apt-get install -y python-software-properties build-essential - sudo apt-get install -y libgd2-xpm ia32-libs ia32-libs-multiarch - -after_success: - - bash <(curl -s https://codecov.io/bash) - + env: global: - APP_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec) + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/19792f1aab7f7585c739 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: false # default: false + +after_success: + - bash <(curl -s https://codecov.io/bash) deploy: provider: releases @@ -20,4 +28,4 @@ deploy: - "poker-helper-gui/dist/poker-helper-gui-$APP_VERSION-bin.zip" skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true diff --git a/README.md b/README.md index 20908ab..b34a518 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/Hronom/poker-helper.svg?branch=master)](https://travis-ci.org/Hronom/poker-helper) [![codecov.io](http://codecov.io/github/Hronom/poker-helper/coverage.svg?branch=master)](http://codecov.io/github/Hronom/poker-helper?branch=master) [![Dependency Status](https://www.versioneye.com/user/projects/55b3aa0c643533001a000552/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55b3aa0c643533001a000552) +[![Join the chat at https://gitter.im/Hronom/poker-helper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Hronom/poker-helper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # Описание # Простейшая реализация подсчётов из видео http://ru.pokerstrategy.com/video/29712/ @@ -11,4 +12,4 @@ Сила покерных рук – оцените вашу комбинацию http://ru.pokerstrategy.com/poker-hand-evaluations/ -Starting Hand Chart (BSS) - http://resources.pokerstrategy.com/oldresources/ru/ps_bbs_chart_ru.pdf \ No newline at end of file +Starting Hand Chart (BSS) - http://resources.pokerstrategy.com/oldresources/ru/ps_bbs_chart_ru.pdf