Skip to content

Commit

Permalink
rules_r: install python3 on macOS travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Bagaria committed Feb 19, 2020
1 parent cff2986 commit 60adea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_install:
rm "/tmp/R.pkg" &&
brew update &&
( brew install gcc || brew link --overwrite gcc ) &&
brew upgrade python &&
brew tap bazelbuild/tap &&
brew install llvm bazelbuild/tap/bazel;
fi
Expand Down

0 comments on commit 60adea0

Please sign in to comment.