Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 8d258cf

Browse files
committed
Use xcode8 on Travis to better match prod
Our new 10.11.6 macOS machines have Xcode 8.2 installed. Use xcode8 on Travis, which maps to Xcode 8gm and macOS 10.11. This is also important to help ensure tests like the sshd config test match the behavior we'll see in the field.
1 parent ed07d5f commit 8d258cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
- SALT_NODE_ID=servo-mac1
1818
- SALT_FROM_SCRATCH=true
1919
os: osx
20-
osx_image: xcode7.3
20+
osx_image: xcode8
2121
- env:
2222
- SALT_NODE_ID=servo-linux1
2323
- SALT_FROM_SCRATCH=true
@@ -41,7 +41,7 @@ matrix:
4141
- SALT_NODE_ID=servo-mac1
4242
- SALT_FROM_SCRATCH=false
4343
os: osx
44-
osx_image: xcode7.3
44+
osx_image: xcode8
4545
- env:
4646
- SALT_NODE_ID=servo-linux1
4747
- SALT_FROM_SCRATCH=false

0 commit comments

Comments
 (0)