This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new 4824cb7 Fix travis 1212 (#232)
4824cb7 is described below
commit 4824cb7066d7b2e5c7bb4dde91950250eb8a1f37
Author: Carlos Santana <[email protected]>
AuthorDate: Wed Dec 13 13:59:30 2017 -0500
Fix travis 1212 (#232)
* fix travis docker setup
---
.gitignore | 3 +++
.travis.yml | 11 +++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index e643d4d..bc22306 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@ launchConfigurations/
action/*.zip
action/package.json
tests/build
+
+.idea/
+out/
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 8c08949..3b76382 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,15 @@
# A Travis CI configuration file.
sudo: required
-
+group: deprecated-2017Q3
language: scala
-scala:
- - 2.11.6
+services:
+- docker
+
env:
global:
- secure:
"mBHstQIJFTt7klYxMR+GLQ97YA2jDgOVd4vBOCj6clugG6ujKvV0716r3U//4/qI0D7tu0EfSnGTs3xJkSx4Ctfz2xGfAA2leEmZJSoOxcvlayWu41+QLvH4ZCbBBchifvpHR1z2ilZF0owtwo3wlDL51zn+rxx/zmA6daesW7ggG15+uron+d1esbT9nEQVZfIVGOyK6vgcuF4kMPR181p07khG7jbRnH6F3hlox2el3t0ftRZJcADWqlSgNfv1EwCQBbhi/POTNeYbapLxwWhPbgNDHzAYvJrCTWj1M9/6wewp6q1rlDwsukRQA9zVbvjXqf+JCQYoWTsoamj3LARmsUKWLsU9+wOUxwiyZwZNXYGTke7eVvoQv3D+8Zsfv+LGNoYwCaNz5+IX5BdTDi4gIPNyulYanSh7UPG05tHXCXHXVEBPXubxEmXjNvVS9BC2YozSW6GMEyaRSh5lS2Ae9VuLF
[...]
- secure:
"cZijVhCVtuBSAH/EpjIxfXSjZGjRULM5UYyvKkDZx/FqMd47K0+xzDWIfizowvFa4bGjU2JgjklmlERdF/P3Xp34UDciLvt7q274G8Rqnlq52KMM56iL/LbkeISeaRgbN7lWq+XZnkRDojAIrM67HUn9lsYs4SXAY8HCBXPnzhLN8dRE7BbEGKjQJceUQMxKNfiCVJ7r29qFXbdtjMQ8ea6lHJkczUaLKEFWYGpqIGXJMYAhDGd54OuwqrjOQR1AtNGjyEy1yJRoexKemfrvYl2kUuH6qtJwQv4dQMpSOkVtHOISoiIyHjsxYnCGgKnrLRz+R2F9I1PFxZaVlJEMrG3bc7CDZbXowcnmNEy5FxdAoxgxaTWZwO8mVRnaY/u5hEOkz23Hm/Kmkq5d17XThSrwQh9GG3DZMGabINwo05yAKjSmFV1wbWZmIYzU2ls1H2P+T833TkYqV5PQfOXYFfpV7jrBT
[...]
-services:
- - docker
before_install:
- ./tools/travis/setup.sh
@@ -31,4 +30,4 @@ deploy:
script: ./tools/travis/deploy.sh openwhisk kafkaprovider $TRAVIS_TAG
on:
tags: true
- all_branches: true
\ No newline at end of file
+ all_branches: true
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].