diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f1fb27049b..6d6cd07f10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,9 +81,6 @@ addons: build_command: "scons p=x11 -j2 $OPTIONS" branch_pattern: coverity_scan -before_install: - - echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - install: - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then misc/travis/android-tools-linux.sh; |