about summary refs log tree commit diff
path: root/maintainers/scripts/travis-nox-review-pr.sh
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-02-25 15:59:35 +0000
committerDomen Kožar <domen@dev.si>2016-02-25 15:59:43 +0000
commit05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa (patch)
tree2df2dcecbc22f94c2edf935c2955551d81730db1 /maintainers/scripts/travis-nox-review-pr.sh
parent84a10edede6f016a1a29c02d62b76645caba0526 (diff)
downloadnixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.tar
nixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.tar.gz
nixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.tar.bz2
nixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.tar.lz
nixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.tar.xz
nixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.tar.zst
nixlib-05730a9bf83ad32f6c3b6edfc8e28066c02d2ffa.zip
travis-ci: enable tarball job again (now we have more memory)
Diffstat (limited to 'maintainers/scripts/travis-nox-review-pr.sh')
-rwxr-xr-xmaintainers/scripts/travis-nox-review-pr.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh
index 545499557479..e0d1952d543d 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