You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/05/02 08:42:24 UTC

[flink] 03/10: [hotfix][travis] Remove unnecessary faraday installation

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

chesnay pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 6257631b547d6a538b768f846a43708906f3d65a
Author: Chesnay Schepler <ch...@apache.org>
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 2489c25..3dd0d8b 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
@@ -48,7 +46,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"