Skip to content

Commit e4d1d40

Browse files
committed
chore(CI): Travis CI no need to brew upgrade python
Compile and install, too slow, after 43min it's still running
1 parent d908f41 commit e4d1d40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ script:
6565
before_deploy:
6666
- ls dist/
6767
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
68-
brew upgrade python;
6968
python3 -m venv ~/venv;
7069
source ~/venv/bin/activate;
7170
fi

0 commit comments

Comments
 (0)