File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11language : rust
2- rust : ' nightly '
3- sudo : false
2+ rust : stable
3+ os : linux
44script :
55 - cargo build --verbose
66 - cargo test --verbose
@@ -10,7 +10,7 @@ after_success: |
1010 [ $TRAVIS_BRANCH = master ] &&
1111 [ $TRAVIS_PULL_REQUEST = false ] &&
1212 echo '<meta http-equiv=refresh content=0;url=unicode_segmentation/index.html>' > target/doc/index.html &&
13- pip install ghp-import --user $USER &&
13+ pip install ghp-import --user &&
1414 $HOME/.local/bin/ghp-import -n target/doc &&
1515 git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
1616env :
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ to your `Cargo.toml`:
4040
4141``` toml
4242[dependencies ]
43- unicode-segmentation = " 0.1.2 "
43+ unicode-segmentation = " 0.1.3 "
4444```
Original file line number Diff line number Diff line change 4646//!
4747//! ```toml
4848//! [dependencies]
49- //! unicode-segmentation = "0.1.0 "
49+ //! unicode-segmentation = "0.1.3 "
5050//! ```
5151
5252#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments