This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 7c2f020 [hotfix][travis] Remove unnecessary faraday installation
7c2f020 is described below
commit 7c2f0205bd860ce55b11d2cd938f380edde46476
Author: Chesnay Schepler <[email protected]>
AuthorDate: Sat Apr 27 10:32:53 2019 +0200
[hotfix][travis] Remove unnecessary faraday installation
---
.travis.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e97a039..8cdbf10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# s3 deployment based on
http://about.travis-ci.org/blog/2012-12-18-travis-artifacts/
-
# send to fully-virtualized infrastructure:
https://docs.travis-ci.com/user/trusty-ci-environment/
sudo: required
dist: trusty
@@ -49,7 +47,6 @@ env:
- CHANGE_MINIKUBE_NONE_USER=true
before_script:
- - "gem install --no-document --version 0.8.9 faraday "
- "export -f travis_nanoseconds"
- "export -f travis_time_start"
- "export -f travis_time_finish"