Skip to content

Commit

Permalink
Try add deploy to travis 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Aug 2, 2015
1 parent 2c7994b commit e23c63f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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
- export APP_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
- echo $APP_VERSION
- echo $APP_VERSION

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)

deploy:
provider: releases
Expand Down

0 comments on commit e23c63f

Please sign in to comment.