grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Fix travis ci with osx build #146

Closed aisk closed 4 years ago

aisk commented 5 years ago

Seems travis ci have issues with macOS and brew, and these PRs is blocked by this:

This PR is a workaround for do not block by it before traivs's stuff fixed it, from: https://travis-ci.community/t/syntax-error-unexpected-keyword-rescue-expecting-keyword-end-in-homebrew/5623/2

aisk commented 5 years ago

Another change, brew upgrade python@2 will exit with non zero status code. I changed it to brew reinstall python@2.