Skip to content

Commit

Permalink
Remove osx workarounds as it breaks the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jun 28, 2019
1 parent a25b50c commit 8b53e56
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ matrix:
os: osx
name: "OSX - Python 3 Kivy.app generation"

before_install:
# https://github.com/travis-ci/travis-ci/issues/6307
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
travis_wait brew update;
brew install gpg2;
brew uninstall gpg;
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3;
rvm get stable;
fi

install:
- if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ "${RUN}" != "wheels" ]; then
if [ "${RUN}" != "pep8" ]; then
Expand Down

0 comments on commit 8b53e56

Please sign in to comment.