Remove dub hack in Travis config
This commit is contained in:
parent
ac548c2a24
commit
a88f9f92af
|
@ -41,8 +41,7 @@ branches:
|
|||
- master
|
||||
|
||||
before_install:
|
||||
# Use the dub-updating fork of the installer script until https://github.com/dlang/installer/pull/301 is merged
|
||||
- wget https://raw.githubusercontent.com/wilzbach/installer-dub/master/script/install.sh -O ~/dlang/install.dub.sh
|
||||
- wget https://dlang.org/install.sh -O ~/dlang/install.dub.sh
|
||||
- . $(bash ~/dlang/install.dub.sh -a dub)
|
||||
- dub --version
|
||||
|
||||
|
|
Loading…
Reference in a new issue