ci: don't test on unstable to avoid timeout
This commit is contained in:
parent
2ef04b2d9c
commit
a5684ffb53
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-17.09.tar.gz"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz" nix-build tests/intern.nix
|
- 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-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