travis: also evaluate nixpkgs-unstable

This commit is contained in:
Domen Kožar
2016-12-15 22:43:14 +01:00
parent 928779a745
commit 63d930878b
2 changed files with 7 additions and 1 deletions
@@ -38,6 +38,12 @@ while test -n "$1"; do
nix-build $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr tarball --show-trace
;;
nixpkgs-unstable)
echo "=== Checking nixpkgs unstable job"
nix-instantiate $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr unstable --show-trace
;;
nixpkgs-lint)
echo "=== Checking nixpkgs lint"