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

Unified 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: rebase & fix openssl version on osx Created March 1, 2018, 10:52 a.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
Index: .travis/travis-before_script.sh
diff --git a/.travis/travis-before_script.sh b/.travis/travis-before_script.sh
new file mode 100644
index 0000000000000000000000000000000000000000..ac589480e720d97aa2a1c5b0d663d2ae14e02650
--- /dev/null
+++ b/.travis/travis-before_script.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+. .travis/activate-nodejs.sh
+
+set -x
+set -e
+
+./ensure_dependencies.py
+npm install
« .travis.yml ('K') | « .travis/prepare-ninja.sh ('k') | .travis/travis-install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld