travis: publish nixos-19.09

Fixes #6
This commit is contained in:
zimbatm 2019-12-16 11:36:30 +01:00
parent 18d25bb382
commit 987c5c9460
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -6,10 +6,10 @@ matrix:
include:
- name: nixos-unstable
env: NIX_PATH=nixpkgs=channel:nixos-unstable IMAGE_TAG=latest
- name: nixos-18.09
env: NIX_PATH=nixpkgs=channel:nixos-18.09 IMAGE_TAG=nixos-18.09
- name: nixos-19.03
env: NIX_PATH=nixpkgs=channel:nixos-19.03 IMAGE_TAG=nixos-19.03
- name: nixos-19.09
env: NIX_PATH=nixpkgs=channel:nixos-19.09 IMAGE_TAG=nixos-19.09
script:
- nix-shell --run ./.travis.sh