servo: Merge #5213 - Check tidy in Travis file (from servo:tidy-travis); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: a2ff1aae824d736922616cd8a592fd7d93361fa7
This commit is contained in:
Manish Goregaokar 2015-03-14 06:54:48 -06:00
parent 16387caff8
commit 8934cd3717

9
servo/.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
sudo: false
script:
- ./mach test-tidy
branches:
only:
- master