move travis ci to 18.03
This commit is contained in:
parent
b8314865fa
commit
6bc15dd52c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: nix
|
language: nix
|
||||||
env:
|
env:
|
||||||
NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz"
|
NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nix-build tests/intern.nix
|
- nix-build tests/intern.nix
|
||||||
|
|
Loading…
Reference in a new issue