File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# DEPLOY - Deploy if a tagged release.
1010matrix :
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
You can’t perform that action at this time.
0 commit comments