about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmaintainers/scripts/travis-nox-review-pr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh
index ece66093e220..dc45cf13ab67 100755
--- a/maintainers/scripts/travis-nox-review-pr.sh
+++ b/maintainers/scripts/travis-nox-review-pr.sh
@@ -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