aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 80dde569d887a040076a10ee294393bcf1ded62f (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 . -A tests.run.all