Skip to content

Commit

Permalink
travis: use osx_image = xcode7.3,
Browse files Browse the repository at this point in the history
because `xcode7.2` is deprecated
  • Loading branch information
adamchester committed Feb 14, 2017
1 parent ee98b3e commit 6087532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
sudo: required
dotnet: 1.0.0-rc4-004771
- os: osx # OSX 10.11
osx_image: xcode7.2
osx_image: xcode7.3
dotnet: 1.0.0-rc4-004771

script:
Expand Down

0 comments on commit 6087532

Please sign in to comment.