File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
- rust : ' nightly '
3
- sudo : false
2
+ rust : stable
3
+ os : linux
4
4
script :
5
5
- cargo build --verbose
6
6
- cargo test --verbose
@@ -10,7 +10,7 @@ after_success: |
10
10
[ $TRAVIS_BRANCH = master ] &&
11
11
[ $TRAVIS_PULL_REQUEST = false ] &&
12
12
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 &&
14
14
$HOME/.local/bin/ghp-import -n target/doc &&
15
15
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
16
16
env :
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ to your `Cargo.toml`:
40
40
41
41
``` toml
42
42
[dependencies ]
43
- unicode-segmentation = " 0.1.2 "
43
+ unicode-segmentation = " 0.1.3 "
44
44
```
Original file line number Diff line number Diff line change 46
46
//!
47
47
//! ```toml
48
48
//! [dependencies]
49
- //! unicode-segmentation = "0.1.0 "
49
+ //! unicode-segmentation = "0.1.3 "
50
50
//! ```
51
51
52
52
#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments