Skip to content

Commit 3a1dfec

Browse files
committed
[travis.yml] Add build script for new with_serde feature
1 parent 011d7cf commit 3a1dfec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
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)