aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5b29d561574dd3a46ce16f568dd25a0f1adba163 (plain)
1
2
3
4
5
6
sudo: true     # runs the build without docker

language: nix  # automatically runs nix-build

git:
  depth: 3     # not 1 to build commits in the queue