Skip to content

Commit 1c45f77

Browse files
Switch Travis-CI to use Xcode 11. (#227)
* Travis-CI: Switch MacOS to Xcode 11. * Travis-CI: Switch ldc compiler to version 1.17.
1 parent d74b868 commit 1c45f77

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020
d: dmd
2121
env: DUBTEST=1 MAKETEST=1 CODECOV=1
2222
- os: osx
23-
osx_image: xcode10.2
23+
osx_image: xcode11
2424
group: travis_latest
2525
language: d
2626
d: dmd
@@ -35,18 +35,18 @@ matrix:
3535
dist: xenial
3636
group: travis_latest
3737
language: d
38-
d: ldc-1.16.0
38+
d: ldc-1.17.0
3939
env: LINUX_SPECIAL=1 DEPLOY=1
4040
# if: type IN (pull_request, cron)
4141
- os: osx
42-
osx_image: xcode10.2
42+
osx_image: xcode11
4343
group: travis_latest
4444
language: d
45-
d: ldc-1.16.0
45+
d: ldc-1.17.0
4646
env: LTOPGO_V2=default DEPLOY=1
4747
# if: type IN (pull_request, cron)
4848
- os: osx
49-
osx_image: xcode10.2
49+
osx_image: xcode11
5050
group: travis_latest
5151
language: d
5252
d: ldc
@@ -120,7 +120,7 @@ matrix:
120120
env: LTOPGO_V2=default
121121
if: type IN (cron)
122122
- os: osx
123-
osx_image: xcode10.2
123+
osx_image: xcode11
124124
group: travis_latest
125125
language: d
126126
d: ldc-beta

0 commit comments

Comments
 (0)