From 3de73cb77d64412b911dc8226272f44bf02a488d Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Wed, 15 Oct 2014 11:23:34 +0200 Subject: [PATCH] Travis: Make it work with non-PR --- maintainers/scripts/travis-nox-review-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index ece66093e22..dc45cf13ab6 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