Skip to content

Commit

Permalink
Disable travis OSX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Mar 9, 2017
1 parent 9ae6dfc commit 3b9f10c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ matrix:
sudo: required
dotnet: 1.0.0-preview2-003121
CLI_VERSION: 1.0.0
- os: osx # OSX 10.11
osx_image: xcode7.3
dotnet: 1.0.0-preview2-003121
CLI_VERSION: 1.0.0
# Disabled temporarily due to Travis OSX issues
# - os: osx # OSX 10.11
# osx_image: xcode7.3
# dotnet: 1.0.0-preview2-003121
# CLI_VERSION: 1.0.0

script:
- ./build.sh

0 comments on commit 3b9f10c

Please sign in to comment.