travis: just use "unstable" channel for nix-shell

This commit is contained in:
Matthew Justin Bauer 2016-07-18 23:00:22 -05:00 committed by GitHub
parent a7cb720bae
commit e18a91c47c

View file

@ -55,7 +55,7 @@ while test -n "$1"; do
token="--token $GITHUB_TOKEN"
fi
nix-shell --packages nox git --run "nox-review pr --slug $TRAVIS_REPO_SLUG $token $TRAVIS_PULL_REQUEST" -I nixpkgs=$TRAVIS_BUILD_DIR
nix-shell --packages nox git --run "nox-review pr --slug $TRAVIS_REPO_SLUG $token $TRAVIS_PULL_REQUEST"
fi
;;