Install the newest version of dub to avoid random network failures
1 parent 59120b8 commit 7f95be9ebff9f91a51bd76f251743b2c0227c2a5
@Sebastian Wilzbach Sebastian Wilzbach authored on 5 Apr 2018
Showing 1 changed file
View
6
.travis.yml
addons:
apt:
packages:
- libevent-dev
 
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