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

Unified Diff: .travis/travis-before_script.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
« no previous file with comments | « .travis.yml ('k') | .travis/travis-install.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis/travis-before_script.sh
diff --git a/.travis/travis-before_script.sh b/.travis/travis-before_script.sh
index ac589480e720d97aa2a1c5b0d663d2ae14e02650..cd6b519884314f18f54628e836de71dc44878e12 100644
--- a/.travis/travis-before_script.sh
+++ b/.travis/travis-before_script.sh
@@ -1,9 +1,12 @@
#!/usr/bin/env bash
-. .travis/activate-nodejs.sh
-
-set -x
sergei 2018/03/02 15:34:21 It is no sense to enable the debug mode since ther
set -e
+. .travis/activate-nodejs.sh
+. third_party/python2/bin/activate
+
./ensure_dependencies.py
+
+deactivate
+
npm install
« no previous file with comments | « .travis.yml ('k') | .travis/travis-install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld