8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d73b09 + 7532142 commit 41a0424Copy full SHA for 41a0424
.travis.yml
@@ -1,12 +1,15 @@
1
language: rust
2
-rust: stable
+rust:
3
+ - 1.24.0
4
+ - stable
5
os: linux
6
script:
7
- cargo build --verbose
8
- cargo test --verbose
9
- rustdoc --test README.md -L target/debug -L target/debug/deps
10
- cargo doc
11
after_success: |
12
+ [ $TRAVIS_RUST_VERSION = stable ] &&
13
[ $TRAVIS_BRANCH = master ] &&
14
[ $TRAVIS_PULL_REQUEST = false ] &&
15
echo '<meta http-equiv=refresh content=0;url=unicode_segmentation/index.html>' > target/doc/index.html &&
0 commit comments