Skip to content

Commit

Permalink
Also test stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
wackywendell committed Dec 26, 2019
1 parent 5bf37c7 commit ed53028
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ language: rust
rust:
- nightly
- beta
- stable
env:
global:
# GH_TOKEN
- secure: Pl+DwgrvHWXBK6LP87vPSqQST9rv1a+7as9dnnI099leV2eD3ZYJKL1aOJNLLhlmxcZ6gElm81nP+yXmFTbPXmYIQ7+Dtok1fz4lxcd04bUfb1fiQtJy+t+Z7kTxKa/mOKOT6a4VXoKsTKMps8H0mPAbmSDlEmLACv4V5x9t6As=
- secure: Pl+DwgrvHWXBK6LP87vPSqQST9rv1a+7as9dnnI099leV2eD3ZYJKL1aOJNLLhlmxcZ6gElm81nP+yXmFTbPXmYIQ7+Dtok1fz4lxcd04bUfb1fiQtJy+t+Z7kTxKa/mOKOT6a4VXoKsTKMps8H0mPAbmSDlEmLACv4V5x9t6As=
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose
- '[ "$TRAVIS_RUST_VERSION" = "beta" ] || cargo bench --verbose # adapted from rust-itertools'
- '[ "$TRAVIS_RUST_VERSION" = "nightly" ] && cargo bench --verbose # adapted from rust-itertools'
- mv target/doc doc

after_success: |
Expand All @@ -23,4 +24,4 @@ after_success: |
git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
notifications:
email:
on_success: never
on_success: never

0 comments on commit ed53028

Please sign in to comment.