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