add Travis CI

This commit is contained in:
zimbatm 2019-02-06 11:57:48 +01:00
parent 6b517528ee
commit 36fa566355
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 27 additions and 0 deletions

13
.travis.yml Normal file
View 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