You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/01/28 14:59:13 UTC

[incubator-openwhisk-client-go] 01/02: Go format source code

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

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

commit 6a2b07a83a8be9e4929cab5eea105e1c9caac1ec
Author: dubeejw <jw...@us.ibm.com>
AuthorDate: Sun Jan 28 01:58:11 2018 -0500

    Go format source code
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 71fc279..bfe2777 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,9 @@ git:
   depth: 3
 
 before_install:
+  - cd $TRAVIS_BUILD_DIR
+  - GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
+  - test -z "$(gofmt -s -l $(echo $GO_FILES))"
   - pip install --upgrade pip setuptools
   - ./tools/travis/setup.sh
 

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