Skip to content

Commit 8142f2f

Browse files
committed
update CI configuration
1 parent 2423b5b commit 8142f2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env: SWIFT=5.2.4
1818

1919
- os: osx
20-
osx_image: xcode12
20+
osx_image: xcode12.1
2121
env: SWIFT=5.3
2222

2323
- os: linux
@@ -29,6 +29,9 @@ jobs:
2929
- os: linux
3030
env: SWIFT=5.2.5
3131

32+
- os: linux
33+
env: SWIFT=5.3
34+
3235
before_install:
3336
- clang --version
3437
- . Utilities/install-swift.sh

0 commit comments

Comments
 (0)