You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/03/30 21:31:53 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Add the missing semicolon (#841)

This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 39b4803  Add the missing semicolon (#841)
39b4803 is described below

commit 39b4803d6fc20ab33929f9d83f3e6c68a1ae80c7
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Fri Mar 30 17:31:51 2018 -0400

    Add the missing semicolon (#841)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 08ff498..3107791 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,7 +72,7 @@ before_deploy:
   fi
 - if [ ! -z "$TRAVIS_TAG" ] ; then
       export GIT_TAG=$TRAVIS_TAG;
-      export TAG=true
+      export TAG=true;
   fi
 - echo "The GIT_TAG of this Travis build is $GIT_TAG."
 

-- 
To stop receiving notification emails like this one, please contact
pdesai@apache.org.