Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Dec 8, 2019
1 parent 0d8d4be commit 6f0ab85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set +e
set -e

echo "OS: $TRAVIS_OS_NAME"

Expand All @@ -19,7 +19,7 @@ fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
# Install Python 3.6.5 directly from brew
brew update
brew unlink python
brew uninstall python
brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb

python3 --version
Expand Down

0 comments on commit 6f0ab85

Please sign in to comment.