Skip to content

Commit

Permalink
Build Servo on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 7, 2015
1 parent de1dbd1 commit a290356
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,13 @@ language: python
sudo: false

script:
- ./mach test-tidy
- ./mach $COMMAND

matrix:
fast_finish: true
include:
- env: COMMAND="test-tidy"
- env: COMMAND="build -d --verbose"

branches:
only:
Expand Down

0 comments on commit a290356

Please sign in to comment.