summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Maher <ruben@maher.fyi>2018-02-18 10:25:49 +1030
committerRuben Maher <ruben@maher.fyi>2018-02-18 10:29:04 +1030
commitef11f689efc9a142f6f2392871af9c685566a27a (patch)
tree6f1e359498cd90cbd18d5432a68a529f9a858a4a
parent49951d6ac4ef25722de84651ce8d1e889ce71a7b (diff)
ci: test against stable and unstable channels
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c46adf4..f9aae7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
language: nix
script:
- - nix-build tests/intern.nix
- - nix-build tests/extern.nix
+ - NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz" nix-build tests/intern.nix
+ - NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz" nix-build tests/extern.nix
+ - NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz" nix-build tests/intern.nix
+ - NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz" nix-build tests/extern.nix
cache:
directories: