aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 076584edc8ea112573502f90db7f2730bbba4be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: python
sudo: false

script:
 - ./mach test-tidy

branches:
  only:
    - master