Use default dmd and dub on travis CI

This commit is contained in:
Mike Bierlee 2015-01-25 21:41:30 +01:00
parent a1d04f7f76
commit 796e675141

View file

@ -1,22 +1,4 @@
language: d
#compiler:
# - dmd
install:
# dmd
# dub
- DMD_VER=2.066.0
- DMD=dmd_${DMD_VER}-0_amd64.deb
- DUB_VER=0.9.22
- DUB=dub-${DUB_VER}-linux-x86_64
- wget http://downloads.dlang.org/releases/2014/${DMD}
- sudo dpkg -i ${DMD} || true
- sudo apt-get -y update || true
- sudo apt-get -fy install || true
- sudo dpkg -i ${DMD}
- wget http://code.dlang.org/files/${DUB}.tar.gz
- sudo tar -C /usr/local/bin -zxf ${DUB}.tar.gz
script:
- dub test --build=unittest --config=unittest