Skip to content

Commit

Permalink
Added Gitter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Aug 4, 2015
1 parent 0f2d811 commit 1e37c71
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,4 +28,4 @@ deploy:
- "poker-helper-gui/dist/poker-helper-gui-$APP_VERSION-bin.zip"
skip_cleanup: true
on:
tags: true
tags: true

0 comments on commit 1e37c71

Please sign in to comment.