Skip to content

Commit 764d43d

Browse files
author
bors-servo
authored
Auto merge of #32 - behnam:travis-features, r=mbrubeck
[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 -->
2 parents 011d7cf + 3a1dfec commit 764d43d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
sudo: false
22
language: rust
3+
34
rust:
45
- nightly
56
- beta
67
- stable
78

9+
matrix:
10+
fast_finish: true
11+
812
notifications:
913
webhooks: http://build.servo.org:54856/travis
14+
15+
script:
16+
- cargo build --verbose
17+
- cargo test --verbose
18+
- cargo test --verbose --features with_serde
19+
- cargo doc --verbose --no-deps

0 commit comments

Comments
 (0)