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

Side by Side Diff: .travis/travis-before_script.sh

Issue 29663688: Issue 6220 - add travis-ci configuration for adblockpluscore (Closed) Base URL: github.com:adblockplus/adblockpluscore
Patch Set: add docker Created Jan. 26, 2018, 4:20 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/prepare-ninja.sh ('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
(Empty)
1 #!/usr/bin/env bash
2
3 . .travis/activate-nodejs.sh
4
5 set -x
6 set -e
7
8 ./ensure_dependencies.py
9 npm install
OLDNEW
« no previous file with comments | « .travis/prepare-ninja.sh ('k') | .travis/travis-install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld