misc_nixos-mailserver/.travis.yml
Ruben Maher 789af710ed ci: increase cache timeout to 10 minutes
The default is 3, and this can lead to cache timeouts while saving the contents
of /nix/store.
2018-02-20 09:14:55 +10:30

11 lines
569 B
YAML

language: nix
script:
- 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:
- /nix/store
timeout: 600