diff --git a/.travis.yml b/.travis.yml index cbb4c90..d16d998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,16 +9,15 @@ d: # 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 # catching most DMD version related build failures early - - dmd-2.074.1 - - dmd-2.070.2 - - ldc-1.3.0-beta2 + - dmd-2.075.0 + - dmd-2.071.2 + - ldc-1.3.0 - ldc-1.2.0 - ldc-1.1.0 - - ldc-1.0.0 - dmd-beta + - dmd-2.074.1 - dmd-2.073.2 - dmd-2.072.2 - - dmd-2.071.2 env: - CONFIG=select @@ -29,31 +28,28 @@ env: matrix: allow_failures: - d: dmd-beta - - d: ldc-1.3.0-beta2 exclude: - env: CONFIG=libasync - os: osx env: CONFIG=epoll - os: linux env: CONFIG=kqueue + - os: osx + d: dmd-2.074.1 - os: osx d: dmd-2.073.2 - os: osx d: dmd-2.072.2 - os: osx d: dmd-2.071.2 - - os: osx - d: dmd-2.070.2 - os: osx d: dmd-beta - os: osx - d: ldc-1.3.0-beta2 + d: ldc-1.3.0 - os: osx d: ldc-1.2.0 - os: osx d: ldc-1.1.0 - - os: osx - d: ldc-1.0.0 script: ./travis-ci.sh diff --git a/appveyor.yml b/appveyor.yml index 40c05f3..500a227 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,21 +2,29 @@ platform: x64 environment: matrix: - DC: dmd - DVersion: 2.073.1 + DVersion: 2.075.0 arch: x64 config: winapi - DC: dmd - DVersion: 2.073.1 + DVersion: 2.075.0 arch: x86 config: winapi-optlink - DC: dmd - DVersion: 2.073.1 + DVersion: 2.075.0 arch: x86_mscoff config: winapi - DC: dmd - DVersion: 2.073.1 + DVersion: 2.075.0 arch: x86 config: select-optlink + - DC: dmd + DVersion: 2.074.1 + arch: x64 + config: winapi + - DC: dmd + DVersion: 2.073.2 + arch: x64 + config: winapi - DC: dmd DVersion: 2.072.2 arch: x64 @@ -25,16 +33,16 @@ environment: DVersion: 2.071.1 arch: x86 config: winapi-optlink - - DC: dmd - DVersion: 2.070.0 + - DC: ldc + DVersion: 1.3.0 arch: x64 config: winapi - DC: ldc - DVersion: 1.1.0-beta6 + DVersion: 1.2.0 arch: x64 config: winapi - DC: ldc - DVersion: 1.0.0 + DVersion: 1.1.0 arch: x64 config: winapi