mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
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
|
||||
env:
|
||||
NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz"
|
||||
|
||||
script:
|
||||
- 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/intern.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:
|
||||
directories:
|
||||
- /nix/store
|
||||
timeout: 600
|
||||
|
Loading…
Reference in New Issue
Block a user