CI: disable the installation of dmd
commit428999c117b64c4cedd9197965518ada7f1fc078
authorAkim Demaille <akim.demaille@gmail.com>
Sun, 10 Jan 2021 06:36:54 +0000 (10 07:36 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Sun, 10 Jan 2021 11:14:43 +0000 (10 12:14 +0100)
treee1da18a791aef22bfe7bb76c4ebe34e90a8df688
parentb52a2172a1081d343e448ebc32fc647946185c52
CI: disable the installation of dmd

Currently all the builds fail:

    $ mkdir -p ~/dlang && wget https://dlang.org/install.sh -O ~/dlang/install.sh
    --2021-01-10 06:05:39--  https://dlang.org/install.sh
    Resolving dlang.org (dlang.org)... 162.217.114.56, 2607:fc50:1:ff02::5:0
    Connecting to dlang.org (dlang.org)|162.217.114.56|:443... connected.
    ERROR: cannot verify dlang.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
      Unable to locally verify the issuer's authority.
    To connect to dlang.org insecurely, use `--no-check-certificate'.

* .travis.yml: Disable dmd.
.travis.yml