Travis: Make it work with non-PR

This commit is contained in:
Wout Mertens 2014-10-15 11:23:34 +02:00
parent 83fb281d80
commit 3de73cb77d

View File

@ -18,7 +18,7 @@ EOF
# Verify evaluation # Verify evaluation
nix-env -f. -qa --json >/dev/null nix-env -f. -qa --json >/dev/null
elif [[ $1 == nox && $TRAVIS_PULL_REQUEST != false ]]; then elif [[ $1 == nox ]]; then
git clone -q https://github.com/madjar/nox git clone -q https://github.com/madjar/nox
pip --quiet install -e nox pip --quiet install -e nox
elif [[ $1 == build ]]; then elif [[ $1 == build ]]; then