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

os:
  - linux
  - osx

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

script:
  - ./format -c
  - nix-shell . -A install
  - nix-shell --pure --max-jobs 10 tests -A run.all