nixos-mailserver/.travis.yml

13 lines
342 B
YAML
Raw Normal View History

2017-09-21 10:50:39 +02:00
language: nix
2018-04-08 17:05:25 +02:00
env:
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz"
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz"
2017-09-21 10:50:39 +02:00
script:
2018-04-08 17:05:25 +02:00
- nix-build tests/intern.nix
- nix-build tests/extern.nix
2017-09-21 16:34:59 +02:00
cache:
directories:
- /nix/store
2018-04-08 17:57:16 +02:00
timeout: 1200