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

Side by Side Diff: .travis/docker-run.sh

Issue 29663688: Issue 6220 - add travis-ci configuration for adblockpluscore (Closed) Base URL: github.com:adblockplus/adblockpluscore
Patch Set: rebase & fix openssl version on osx Created March 1, 2018, 10:52 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/usr/bin/env bash
2
3 set -x
4 set -e
5
6 pushd ${TRAVIS_BUILD_DIR}
7
8 bash .travis/travis-install.sh
9 bash .travis/travis-before_script.sh
10 bash .travis/travis-script.sh
11
12 popd
13
OLDNEW
« .travis.yml ('K') | « .travis/activate-nodejs.sh ('k') | .travis/prepare-docker.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld