aboutsummaryrefslogtreecommitdiff
path: root/home-manager/.travis.yml
blob: df9c468be649ea3d1dff7cf48e75d0743bab9059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: nix

os:
  - linux
  - osx

before_script:
  - mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER

script:
  - nix-shell . -A install
  - nix-shell tests -A run.all