From 05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 25 Feb 2016 15:59:35 +0000 Subject: [PATCH] travis-ci: enable tarball job again (now we have more memory) --- maintainers/scripts/travis-nox-review-pr.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index 54549955747..e0d1952d543 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -27,6 +27,9 @@ elif [[ $1 == nox ]]; then elif [[ $1 == build ]]; then source $HOME/.nix-profile/etc/profile.d/nix.sh + echo "=== Checking tarball creation" + nix-build pkgs/top-level/release.nix -A tarball + if [[ $TRAVIS_PULL_REQUEST == false ]]; then echo "=== Not a pull request" else @@ -41,8 +44,6 @@ elif [[ $1 == build ]]; then exit 1 fi fi - # echo "=== Checking tarball creation" - # nix-build pkgs/top-level/release.nix -A tarball else echo "$0: Unknown option $1" >&2 false