#!/bin/bash
set -e
if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master ]; then
pip install --user ghp-import
fi