gecko-dev/servo/.travis.yml
Maciej Skrzypkowski aa49e021e6 servo: Merge #9835 - Initial tests for tidy.py #9152 (from mskrzypkows:tidy_tests); r=Wafflespeanut
I've created tests for spaces check and license. Tell me if it's good direction so I'll add more tests.

Source-Repo: https://github.com/servo/servo
Source-Revision: 72eae396795d61c0f68d5f09dd84f0835bf10c79

--HG--
rename : servo/python/servo/__init__.py => servo/python/tidy_self_test/__init__.py
2016-04-07 19:16:11 +05:01

44 lines
920 B
YAML

language: python
matrix:
fast_finish: true
include:
- sudo: false
script:
- ./mach test-tidy --self-test
- ./mach test-tidy --no-progress
cache: false
- sudo: 9000
dist: trusty
script:
- ./mach build -d --verbose
- ./mach test-unit
- ./mach test-compiletest
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
cache:
directories:
- .cargo
- .servo
- $HOME/.ccache
env: CCACHE=/usr/bin/ccache
addons:
apt:
packages:
- cmake
- freeglut3-dev
- gperf
- libosmesa6-dev
- libgles2-mesa-dev
- python-virtualenv
- xorg-dev
- ccache
branches:
only:
- master
notifications:
webhooks:
- https://buildtimetrend.herokuapp.com/travis