Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41a0424

Browse files
authored
Merge pull request#27 from mgeisler/travis-min-rust-version
travis: also test with minimum supported Rust version
2 parents9d73b09 +7532142 commit41a0424

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)

[8]ページ先頭

©2009-2025 Movatter.jp