mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Travis: Make it work with non-PR
This commit is contained in:
parent
83fb281d80
commit
3de73cb77d
|
@ -18,7 +18,7 @@ EOF
|
|||
|
||||
# Verify evaluation
|
||||
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
|
||||
pip --quiet install -e nox
|
||||
elif [[ $1 == build ]]; then
|
||||
|
|
Loading…
Reference in a new issue