Add tests
This commit is contained in:
parent
a22b1b36e2
commit
a680ad1f35
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: nix
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
|
||||||
|
- mkdir -p ~/.config/nixpkgs
|
||||||
|
|
||||||
|
script:
|
||||||
|
# - nix run nixpkgs.haskellPackages.hlint -c hlint src
|
||||||
|
- nix build ./release.nix -A xmonad-masser
|
Loading…
Reference in New Issue
Block a user