From 987c5c94608aa9e5d7ef3d5c6d11d5653dea7bac Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 16 Dec 2019 11:36:30 +0100 Subject: [PATCH] travis: publish nixos-19.09 Fixes #6 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f31723..ec74e69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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