mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 12:14:01 +01:00
Use correct version of DMD and DUB in travis config
This commit is contained in:
parent
d7bbcd5646
commit
fbb4d866a4
|
@ -6,9 +6,9 @@ language: d
|
||||||
install:
|
install:
|
||||||
# dmd
|
# dmd
|
||||||
# dub
|
# dub
|
||||||
- DMD_VER=2.065.0
|
- DMD_VER=2.066.0
|
||||||
- DMD=dmd_${DMD_VER}-0_amd64.deb
|
- DMD=dmd_${DMD_VER}-0_amd64.deb
|
||||||
- DUB_VER=0.9.21
|
- DUB_VER=0.9.22
|
||||||
- DUB=dub-${DUB_VER}-linux-x86_64
|
- DUB=dub-${DUB_VER}-linux-x86_64
|
||||||
- wget http://downloads.dlang.org/releases/2014/${DMD}
|
- wget http://downloads.dlang.org/releases/2014/${DMD}
|
||||||
- sudo dpkg -i ${DMD} || true
|
- sudo dpkg -i ${DMD} || true
|
||||||
|
|
Loading…
Reference in a new issue