This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 1e39bc65cc Another simpler attempt to fix travis build (#13257)
1e39bc65cc is described below
commit 1e39bc65ccfb8e149330d7e873c274251ceed84a
Author: Kashif Faraz <[email protected]>
AuthorDate: Tue Oct 25 11:41:01 2022 +0530
Another simpler attempt to fix travis build (#13257)
* Remove usage of method deleted in latest jackson-databind
* Revert "Remove usage of method deleted in latest jackson-databind"
This reverts commit 81cb5d41d9afd5beb9b629e3e6248bdaa002a456.
* Use get-pip to install pip
* Use default pyyaml version
* Upgrade pyyaml
---
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 00fbea1a06..efee82a862 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,10 +91,11 @@ jobs:
- name: "license checks"
before_script: &setup_generate_license
- - sudo apt-get update && sudo apt-get install python3 python3-pip
python3-setuptools -y
+ - sudo apt-get update && sudo apt-get install python3 -y
+ - curl https://bootstrap.pypa.io/pip/3.5/get-pip.py | sudo -H python3
- ./check_test_suite.py && travis_terminate 0 || echo 'Continuing
setup'
- pip3 install wheel # install wheel first explicitly
- - pip3 install pyyaml==5.4.1
+ - pip3 install --upgrade pyyaml
script:
- >
${MVN} apache-rat:check -Prat --fail-at-end
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]