This is an automated email from the ASF dual-hosted git repository.
japetrsn pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-pushnotifications.git
The following commit(s) were added to refs/heads/master by this push:
new 2755049 Adding :admin:tools:install task to the travis build.sh (#89)
2755049 is described below
commit 2755049a7e55536ab28782aaf5867e5b8a54be8b
Author: Malith Munasinghe <[email protected]>
AuthorDate: Thu Jun 28 23:02:06 2018 +0530
Adding :admin:tools:install task to the travis build.sh (#89)
---
tools/travis/build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 755c465..a191428 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -28,6 +28,7 @@ TERM=dumb ./gradlew \
:core:controller:install \
:core:invoker:install \
:tests:install \
+:tools:admin:install \
distDocker
cd $WHISKDIR/ansible