test both 18.03 and unstable
This commit is contained in:
parent
52b4733f22
commit
37ba2c656c
10
.travis.yml
10
.travis.yml
|
@ -1,11 +1,11 @@
|
||||||
language: nix
|
language: nix
|
||||||
env:
|
|
||||||
NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nix-build tests/intern.nix
|
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz" nix-build tests/intern.nix
|
||||||
- nix-build tests/extern.nix
|
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.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:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- /nix/store
|
- /nix/store
|
||||||
|
timeout: 600
|
||||||
|
|
Loading…
Reference in New Issue