gecko-dev/servo/.travis.yml
Mike Atkins cb22a5d5b6 servo: Merge #8873 - Run unit tests in ci (from apechimp:master); r=Manishearth
Fixes #8856.

Source-Repo: https://github.com/servo/servo
Source-Revision: a4f617bf1857ab054432251839ec6785a9f015ad
2015-12-08 01:00:18 +05:01

36 lines
720 B
YAML

language: python
matrix:
fast_finish: true
include:
- sudo: false
script: ./mach test-tidy
cache: false
- sudo: 9000
dist: trusty
script:
- ./mach build -d --verbose
- ./mach test-unit
- 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
- python-virtualenv
- xorg-dev
- ccache
branches:
only:
- master