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