From a95e9e7abea3aa0c21c0f7b7317aaf3d83f27a86 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 25 Dec 2017 16:29:55 -0800 Subject: fix typo in script --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index e095654..473c4aa 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -20,7 +20,7 @@ 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 tar xf ldc2-1.4.0-linux-x86_64.tar.xz -sudo cp -rf -1.4.0-linux-x86_64/* / +sudo cp -rf ldc2-1.4.0-linux-x86_64/* / ls -l /usr/lib/*python*{so,a}* -- cgit v0.12