Skip to content

Commit 14ed35f

Browse files
authored
Update .travis.yml
1 parent fc7598b commit 14ed35f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ matrix:
4242
os: osx
4343
osx_image: xcode10.2 # provides Python 3.7.2
4444
language: cpp # 'language: python' is not yet supported on macOS
45-
# before_install: brew upgrade python # takes too long
4645
install:
47-
- sudo rm -rf /Library/Developer/CommandLineTools
48-
- xcode-select --install
4946
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja
5047
- pip3 install --upgrade pip pipenv
5148
- pipenv install --dev

0 commit comments

Comments
 (0)