Skip to content

Commit 7f659c9

Browse files
TravisCI - Limit OSX jobs until Travis capacity is restored; Try alternative to broken fork conditionals. (#117)
1 parent f01ade4 commit 7f659c9

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

.travis.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
# DEPLOY - Deploy if a tagged release.
1010
matrix:
1111
include:
12-
- os: osx
13-
osx_image: xcode9
14-
language: d
15-
d: dmd
16-
env: DUBTEST=1 MAKETEST=1
12+
#==> Put back when Travis has more OSX capacity
13+
# - os: osx
14+
# osx_image: xcode9
15+
# language: d
16+
# d: dmd
17+
# env: DUBTEST=1 MAKETEST=1
1718
- os: linux
1819
language: d
1920
d: dmd
@@ -27,13 +28,16 @@ matrix:
2728
language: d
2829
d: ldc-1.2.0
2930
env: DUBTEST=1 MAKETEST=1
30-
if: fork = true
31-
- os: osx
32-
osx_image: xcode9
33-
language: d
34-
d: ldc
35-
env: DUBTEST=1 MAKETEST=1 APPLTO=off
36-
if: fork = true
31+
if: type IN (pull_request, cron)
32+
# if: fork = true
33+
#
34+
#==> Put back when Travis has more OSX capacity
35+
# - os: osx
36+
# osx_image: xcode9
37+
# language: d
38+
# d: ldc
39+
# env: DUBTEST=1 MAKETEST=1 APPLTO=off
40+
# if: fork = true
3741
# - os: osx
3842
# osx_image: xcode9
3943
# language: d
@@ -48,12 +52,14 @@ matrix:
4852
language: d
4953
d: ldc
5054
env: DUBTEST=1 MAKETEST=1 APPLTO=full
51-
if: fork = true
55+
if: type IN (pull_request, cron)
56+
# if: fork = true
5257
- os: linux
5358
language: d
5459
d: ldc
5560
env: APPLTO=thin ALLLTO=default
56-
if: fork = true
61+
if: type IN (pull_request, cron)
62+
# if: fork = true
5763
- os: linux
5864
language: d
5965
d: ldc

0 commit comments

Comments
 (0)