From e23c63fa509fdd95b6b4921111c1b5fca9761fd9 Mon Sep 17 00:00:00 2001 From: Hronom Date: Sun, 2 Aug 2015 14:11:08 +0300 Subject: [PATCH] Try add deploy to travis 7.8 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee1d5bd..7c09669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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