Modify Linux travis config to run content and cpu ref tests.

This commit is contained in:
Glenn Watson 2014-07-23 14:04:45 +10:00
parent 6bdafc8a59
commit 038ce82846
6 changed files with 124 additions and 2 deletions

View file

@ -1,3 +1,5 @@
cd build
../configure
make tidy && make -j2 && make check-servo
export DISPLAY=:1.0
export RUST_TEST_TASKS=1
make tidy && make -j2 && make check-servo && make check-content && make check-ref-cpu