Skip to content

Commit b84c393

Browse files
updated .travis.yml
1 parent 13a01a4 commit b84c393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ before_install:
2424
install:
2525
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
2626
brew update;
27-
brew upgrade [email protected];
27+
brew uninstall python;
28+
brew install python3;
2829
fi
2930
- sh travis.sh bootstrap
3031
- sh travis.sh install_color_scheme_unit

0 commit comments

Comments
 (0)