travis-nox-review: build tarball job as evaluation test

This commit is contained in:
Domen Kožar 2014-09-23 14:23:01 +02:00
parent 6e8056ada9
commit 363aef7fd0

View file

@ -12,7 +12,7 @@ echo "trusted-binary-caches = http://hydra.nixos.org" | sudo tee -a /etc/nix/nix
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
echo "Not a pull request, checking evaluation"
nix-env -f. -qaP --drv-path
nix-build pkgs/top-level/release.nix -A tarball
exit 0
fi