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

os:
  - linux
  - osx

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