From 3bb31f0dcb59b62527f52137c946db675f08b266 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 26 Dec 2017 14:16:06 -0800 Subject: Fix typo in LDC URL --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 57636a9..16f7263 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -18,7 +18,7 @@ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /et wget -qO - https://dlang.org/d-keyring.gpg | sudo apt-key add - sudo apt-get update && sudo apt-get -y --allow-unauthenticated install dmd-bin # dependencies for ldc tests -wget https:/ldc2/github.com/ldc-developers/ldc/releases/download/v1.4.0/ldc2-1.4.0-linux-x86_64.tar.xz +wget https://github.com/ldc-developers/ldc/releases/download/v1.4.0/ldc2-1.4.0-linux-x86_64.tar.xz tar xf ldc2-1.4.0-linux-x86_64.tar.xz sudo cp -rf ldc2-1.4.0-linux-x86_64/* / -- cgit v0.12