aboutsummaryrefslogtreecommitdiff
path: root/.ci/before_install.sh
blob: e70654c9be9bb1088c71a835b9b248b25ece12fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -e
set -o pipefail

if [[ -n "${CI_TARGET}" ]]; then
  exit
fi

if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
  brew update
fi
pip install --user --upgrade pip