1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Travis: disable tarball creating check, because travis can't handle it

This commit is contained in:
Georges Dubus 2015-03-04 15:27:42 +01:00
parent 54a8e13f2a
commit 4d6ba289db

View file

@ -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