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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .travis.yml ('k') | .travis/travis-install.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 2
3 . .travis/activate-nodejs.sh
4
5 set -x
sergei 2018/03/02 15:34:21 It is no sense to enable the debug mode since ther
6 set -e 3 set -e
7 4
5 . .travis/activate-nodejs.sh
6 . third_party/python2/bin/activate
7
8 ./ensure_dependencies.py 8 ./ensure_dependencies.py
9
10 deactivate
11
9 npm install 12 npm install
OLDNEW
« 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