Skip to content

Commit

Permalink
Merge pull request #484 from nkryuchkov/fix/exclude-osx-travis
Browse files Browse the repository at this point in the history
Exclude OSX build in Travis temporarily
  • Loading branch information
nkryuchkov authored Aug 17, 2020
2 parents 6e5acf1 + 4fc3030 commit abe250d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dist: xenial
matrix:
include:
- os: linux
- os: osx
# Do not start osx build for PR
if: type != pull_request
osx_image: xcode8
# - os: osx
# # Do not start osx build for PR
# if: type != pull_request
# osx_image: xcode8

before_install:
- nvm install 10.16
Expand Down

0 comments on commit abe250d

Please sign in to comment.