8000 quick touches in docs, fix doc upload in .travis.yml · cmyr/unicode-segmentation@10bd2ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 10bd2ed

Browse files
committed
quick touches in docs, fix doc upload in .travis.yml
1 parent 092239b commit 10bd2ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
2-
rust: 'nightly'
3-
sudo: false
2+
rust: stable
3+
os: linux
44
script:
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
1616
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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)]

0 commit comments

Comments
 (0)
0