Skip to content

Commit 41a0424

Browse files
authored
Merge pull request #27 from mgeisler/travis-min-rust-version
travis: also test with minimum supported Rust version
2 parents 9d73b09 + 7532142 commit 41a0424

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: rust
2-
rust: stable
2+
rust:
3+
- 1.24.0
4+
- stable
35
os: linux
46
script:
57
- cargo build --verbose
68
- cargo test --verbose
79
- rustdoc --test README.md -L target/debug -L target/debug/deps
810
- cargo doc
911
after_success: |
12+
[ $TRAVIS_RUST_VERSION = stable ] &&
1013
[ $TRAVIS_BRANCH = master ] &&
1114
[ $TRAVIS_PULL_REQUEST = false ] &&
1215
echo '<meta http-equiv=refresh content=0;url=unicode_segmentation/index.html>' > target/doc/index.html &&

0 commit comments

Comments
 (0)