add Travis CI
This commit is contained in:
parent
6b517528ee
commit
36fa566355
2 changed files with 27 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
language: nix
|
||||
|
||||
nix: 2.2.1
|
||||
|
||||
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
|
||||
|
||||
script:
|
||||
- nix-shell --run ./.travis.sh
|
Loading…
Add table
Add a link
Reference in a new issue