travis-ci: enable tarball job again (now we have more memory)

This commit is contained in:
Domen Kožar 2016-02-25 15:59:35 +00:00
parent 84a10edede
commit 05730a9bf8

View File

@ -27,6 +27,9 @@ elif [[ $1 == nox ]]; then
elif [[ $1 == build ]]; then elif [[ $1 == build ]]; then
source $HOME/.nix-profile/etc/profile.d/nix.sh 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 if [[ $TRAVIS_PULL_REQUEST == false ]]; then
echo "=== Not a pull request" echo "=== Not a pull request"
else else
@ -41,8 +44,6 @@ elif [[ $1 == build ]]; then
exit 1 exit 1
fi fi
fi fi
# echo "=== Checking tarball creation"
# 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