Travis: Make it work with non-PR
This commit is contained in:
parent
83fb281d80
commit
3de73cb77d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user