summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorGeorges Dubus <georges.dubus@compiletoi.net>2015-03-04 15:27:42 +0100
committerGeorges Dubus <georges.dubus@compiletoi.net>2015-03-04 15:28:09 +0100
commit4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19 (patch)
tree0de4ef267a4fe838b56af555429a40dcf5fad1f3 /maintainers
parent54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d (diff)
downloadnixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.tar
nixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.tar.gz
nixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.tar.bz2
nixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.tar.lz
nixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.tar.xz
nixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.tar.zst
nixpkgs-4d6ba289dbf1d6be63b96b3e6cc16e1eb46faf19.zip
Travis: disable tarball creating check, because travis can't handle it
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/travis-nox-review-pr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh
index 9efadab18c0..3c3f9151d83 100755
--- a/maintainers/scripts/travis-nox-review-pr.sh
+++ b/maintainers/scripts/travis-nox-review-pr.sh
@@ -33,8 +33,8 @@ elif [[ $1 == build ]]; then
         echo "=== Checking PR"
         nox-review pr ${TRAVIS_PULL_REQUEST}
     fi
-    echo "=== Checking tarball creation"
-    nix-build pkgs/top-level/release.nix -A tarball
+    # echo "=== Checking tarball creation"
+    # nix-build pkgs/top-level/release.nix -A tarball
 else
     echo "$0: Unknown option $1" >&2
     false