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

Unified Diff: .travis/travis-install.sh

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
« .travis/travis-before_script.sh ('K') | « .travis/travis-before_script.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis/travis-install.sh
diff --git a/.travis/travis-install.sh b/.travis/travis-install.sh
index 5d1e16ff7799192c4d4ce0e9720f1f250d90a972..1e25796fab486bb2a6e68681e3d802ac928df4c6 100644
--- a/.travis/travis-install.sh
+++ b/.travis/travis-install.sh
@@ -13,6 +13,8 @@ set -x
set -e
mkdir -p third_party
+pip3 install -q --user meson
+pip3 install -q --user virtualenv
+python3 -m virtualenv -p python2 third_party/python2
bash .travis/prepare-emscripten.sh
bash .travis/prepare-ninja.sh
-pip3 install -q --user meson
« .travis/travis-before_script.sh ('K') | « .travis/travis-before_script.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld