reduce travis configurations to speed up CI

This commit is contained in:
Vadim Lopatin 2017-09-13 18:21:27 +03:00
parent f977636742
commit f0bc81776f
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,6 @@ d:
- dmd
- dmd-beta
- ldc
- ldc-beta
# No-one cares about OS X x86
matrix:
@ -30,6 +29,10 @@ matrix:
env: ARCH=x86 CONFIG=minimal
- os: osx
env: ARCH=x86 CONFIG=console
- os: osx
env: ARCH=x86_64 CONFIG=console
- os: osx
env: ARCH=x86_64 CONFIG=minimal
# Sort out packages
install: