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" echo "=== Checking PR"
nox-review pr ${TRAVIS_PULL_REQUEST} nox-review pr ${TRAVIS_PULL_REQUEST}
fi fi
echo "=== Checking tarball creation" # echo "=== Checking tarball creation"
nix-build pkgs/top-level/release.nix -A tarball # nix-build pkgs/top-level/release.nix -A tarball
else else
echo "$0: Unknown option $1" >&2 echo "$0: Unknown option $1" >&2
false false