Skip to content

Commit

Permalink
Auto merge of #32 - behnam:travis-features, r=mbrubeck
Browse files Browse the repository at this point in the history
[travis.yml] Add build script for new `with_serde` feature

Example run: https://travis-ci.org/behnam/rust-unicode-bidi/jobs/232979295

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/unicode-bidi/32)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored May 16, 2017
2 parents 011d7cf + 3a1dfec commit 764d43d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
sudo: false
language: rust

rust:
- nightly
- beta
- stable

matrix:
fast_finish: true

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

script:
- cargo build --verbose
- cargo test --verbose
- cargo test --verbose --features with_serde
- cargo doc --verbose --no-deps

0 comments on commit 764d43d

Please sign in to comment.