Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .travis.yml

Issue 29713586: Issue 6439 - fix emscripten CI for osx (Closed) Base URL: github.com:adblockplus/adblockpluscore
Patch Set: Created March 2, 2018, 3:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | .travis/travis-before_script.sh » ('j') | .travis/travis-before_script.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
index 02a5cdbd7f1da37c28985c43e2f7608b7a5fb054..bd192ba593d7d792f8b7994ccfb1a74696f395b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,8 @@ env:
- BUILDTYPE=debug
install:
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python2 && brew link --force python2; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=/usr/local/opt/python/libexec/bin:${PATH}; fi
- if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then bash .travis/travis-install.sh; fi
« no previous file with comments | « no previous file | .travis/travis-before_script.sh » ('j') | .travis/travis-before_script.sh » ('J')

Powered by Google App Engine
This is Rietveld