Skip to content

Commit

Permalink
Fix typo in LDC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Dec 26, 2017
1 parent e676eb5 commit 3bb31f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install.sh
Expand Up @@ -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/* /

Expand Down

0 comments on commit 3bb31f0

Please sign in to comment.