Skip to content

Commit ed53028

Browse files
committed
Also test stable rust
1 parent 5bf37c7 commit ed53028

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ language: rust
22
rust:
33
- nightly
44
- beta
5+
- stable
56
env:
67
global:
78
# GH_TOKEN
8-
- secure: Pl+DwgrvHWXBK6LP87vPSqQST9rv1a+7as9dnnI099leV2eD3ZYJKL1aOJNLLhlmxcZ6gElm81nP+yXmFTbPXmYIQ7+Dtok1fz4lxcd04bUfb1fiQtJy+t+Z7kTxKa/mOKOT6a4VXoKsTKMps8H0mPAbmSDlEmLACv4V5x9t6As=
9+
- secure: Pl+DwgrvHWXBK6LP87vPSqQST9rv1a+7as9dnnI099leV2eD3ZYJKL1aOJNLLhlmxcZ6gElm81nP+yXmFTbPXmYIQ7+Dtok1fz4lxcd04bUfb1fiQtJy+t+Z7kTxKa/mOKOT6a4VXoKsTKMps8H0mPAbmSDlEmLACv4V5x9t6As=
910
script:
1011
- cargo build --verbose
1112
- cargo test --verbose
1213
- cargo doc --verbose
13-
- '[ "$TRAVIS_RUST_VERSION" = "beta" ] || cargo bench --verbose # adapted from rust-itertools'
14+
- '[ "$TRAVIS_RUST_VERSION" = "nightly" ] && cargo bench --verbose # adapted from rust-itertools'
1415
- mv target/doc doc
1516

1617
after_success: |
@@ -23,4 +24,4 @@ after_success: |
2324
git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
2425
notifications:
2526
email:
26-
on_success: never
27+
on_success: never

0 commit comments

Comments
 (0)