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

Side by Side Diff: .travis/travis-install.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 if [[ -z ${NVM_DIR} ]]; then
4 NVM_DIR=${HOME}/.nvm
5 fi
6
7 . ${NVM_DIR}/nvm.sh
8
9 nvm install 8.9.4
10 nvm alias default 8.9.4
11
12 set -x
13 set -e
14
15 mkdir -p third_party
16 bash .travis/prepare-emscripten.sh
17 bash .travis/prepare-ninja.sh
18 pip3 install -q --user meson
OLDNEW
« .travis.yml ('K') | « .travis/travis-before_script.sh ('k') | .travis/travis-script.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld