Merge pull request #78 from wilzbach/dub

Install the newest version of dub to avoid random network failures
This commit is contained in:
Sönke Ludwig 2018-04-05 18:00:33 +02:00 committed by GitHub
commit 0d09c3f28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,13 @@ matrix:
- d: dmd - d: dmd
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile' env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
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
- . $(bash ~/dlang/install.dub.sh -a dub)
- dub --version
script: ./travis-ci.sh script: ./travis-ci.sh
sudo: false sudo: false