Merge pull request #15118 from joachifm/travis

Additional travis checks
This commit is contained in:
zimbatm
2016-05-08 12:50:33 +01:00

View File

@@ -26,6 +26,9 @@ elif [[ $1 == build ]]; then
echo "=== Checking tarball creation"
nix-build pkgs/top-level/release.nix -A tarball
echo "=== Checking NixOS options"
nix-build --show-trace nixos/release.nix -A options
if [[ $TRAVIS_PULL_REQUEST == false ]]; then
echo "=== Not a pull request"
else