docker-nixpkgs/.travis.yml
2019-12-16 11:36:31 +01:00

15 lines
359 B
YAML

language: nix
nix: 2.2.1
matrix:
include:
- name: nixos-unstable
env: NIX_PATH=nixpkgs=channel:nixos-unstable IMAGE_TAG=latest
- 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