1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00
home-manager/.travis.yml
Robert Helgesson 8bbefa77f7
tests: perform code formatting test in test suite
This should improve visibility when CI job fails due to bad
formatting.
2020-05-28 01:37:27 +02:00

10 lines
125 B
YAML

language: nix
os:
- linux
- osx
script:
- nix-shell . -A install
- nix-shell --pure --max-jobs 10 tests -A run.all