aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Verschelde2018-04-12 11:09:55 +0200
committerRémi Verschelde2018-04-12 11:09:55 +0200
commit6862cd7bf15fc751bc03f3d5475e6ce2bed41a73 (patch)
tree923067411f7b269a3c152e69f0e95e723363f093 /.travis.yml
parent5fcf938909ea8401b5b4189d6f6337de38587a9c (diff)
downloadgodot-6862cd7bf15fc751bc03f3d5475e6ce2bed41a73.tar.gz
godot-6862cd7bf15fc751bc03f3d5475e6ce2bed41a73.tar.zst
godot-6862cd7bf15fc751bc03f3d5475e6ce2bed41a73.zip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f1fb27049..6d6cd07f1 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;