File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,16 @@ language: rust
2
2
rust :
3
3
- nightly
4
4
- beta
5
+ - stable
5
6
env :
6
7
global :
7
8
# GH_TOKEN
8
- - secure : Pl+DwgrvHWXBK6LP87vPSqQST9rv1a+7as9dnnI099leV2eD3ZYJKL1aOJNLLhlmxcZ6gElm81nP+yXmFTbPXmYIQ7+Dtok1fz4lxcd04bUfb1fiQtJy+t+Z7kTxKa/mOKOT6a4VXoKsTKMps8H0mPAbmSDlEmLACv4V5x9t6As=
9
+ - secure : Pl+DwgrvHWXBK6LP87vPSqQST9rv1a+7as9dnnI099leV2eD3ZYJKL1aOJNLLhlmxcZ6gElm81nP+yXmFTbPXmYIQ7+Dtok1fz4lxcd04bUfb1fiQtJy+t+Z7kTxKa/mOKOT6a4VXoKsTKMps8H0mPAbmSDlEmLACv4V5x9t6As=
9
10
script :
10
11
- cargo build --verbose
11
12
- cargo test --verbose
12
13
- 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'
14
15
- mv target/doc doc
15
16
16
17
after_success : |
@@ -23,4 +24,4 @@ after_success: |
23
24
git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
24
25
notifications :
25
26
email :
26
- on_success : never
27
+ on_success : never
You can’t perform that action at this time.
0 commit comments