Skip to content

Commit

Permalink
Auto merge of #83 - servo:travis, r=emilio
Browse files Browse the repository at this point in the history
Use cargo's extra-verbose logging on travis.

This cargo feature is currently only available in nightly.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/83)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 4, 2016
2 parents 67b5e70 + c22bbfb commit d5bebcd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: rust
channel: nightly
rust:
- nightly
sudo: 9000
dist: trusty

addons:
apt:
Expand All @@ -14,7 +16,7 @@ env:
- CC="gcc-4.8" CPP="gcc-4.8 -E" CXX="g++-4.8"

script:
- travis_wait cargo build --verbose
- cargo build --verbose --verbose

notifications:
webhooks: http://build.servo.org:54856/travis

0 comments on commit d5bebcd

Please sign in to comment.