Selaa lähdekoodia

Travis: Remove unnecessary/obsolete before_install call

It comes from the Coverity documentation but it fails, and their example projects don't use it.
Rémi Verschelde 7 vuotta sitten
vanhempi
commit
6862cd7bf1
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -81,9 +81,6 @@ addons:
     build_command: "scons p=x11 -j2 $OPTIONS"
     build_command: "scons p=x11 -j2 $OPTIONS"
     branch_pattern: coverity_scan
     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:
 install:
   - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then
   - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then
       misc/travis/android-tools-linux.sh;
       misc/travis/android-tools-linux.sh;