Remove dub install in before_install
Use the unofficial travis syntax instead.
This commit is contained in:
parent
e2fcd43478
commit
490a2519a1
25
.travis.yml
25
.travis.yml
|
@ -9,16 +9,16 @@ d:
|
||||||
# this way the overall test time gets cut down (GDC/LDC are a lot
|
# this way the overall test time gets cut down (GDC/LDC are a lot
|
||||||
# slower tham DMD, so they should be started early), while still
|
# slower tham DMD, so they should be started early), while still
|
||||||
# catching most DMD version related build failures early
|
# catching most DMD version related build failures early
|
||||||
- dmd-2.091.0
|
- dmd-2.091.0,dub
|
||||||
- dmd-2.078.3
|
- dmd-2.078.3,dub
|
||||||
- ldc-1.20.1
|
- ldc-1.20.1,dub
|
||||||
- ldc-1.15.0
|
- ldc-1.15.0,dub
|
||||||
- ldc-1.19.0
|
- ldc-1.19.0,dub
|
||||||
- ldc-1.18.0
|
- ldc-1.18.0,dub
|
||||||
- dmd-2.089.1
|
- dmd-2.089.1,dub
|
||||||
- dmd-2.088.1
|
- dmd-2.088.1,dub
|
||||||
- dmd-nightly
|
- dmd-nightly,dub
|
||||||
- ldc-latest-ci
|
- ldc-latest-ci,dub
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONFIG=select
|
- CONFIG=select
|
||||||
|
@ -54,11 +54,6 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
before_install:
|
|
||||||
- wget https://dlang.org/install.sh -O ~/dlang/install.dub.sh
|
|
||||||
- . $(bash ~/dlang/install.dub.sh -a dub)
|
|
||||||
- dub --version
|
|
||||||
|
|
||||||
script: ./travis-ci.sh
|
script: ./travis-ci.sh
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue