Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit c69f5b2

Browse files
committed
Tweak travis config
1 parent 855a761 commit c69f5b2

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

.travis.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
1+
notifications:
2+
email:
3+
on_success: never
4+
15
language: rust
2-
os:
3-
- linux
4-
- osx
5-
rust:
6-
- stable
7-
- beta
8-
- nightly
96
sudo: false
10-
before_script:
11-
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
12-
script:
13-
- cargo build --verbose
14-
- cargo test --verbose
15-
- cargo doc --no-deps
16-
after_success:
17-
- travis-cargo --only nightly doc-upload
7+
8+
matrix:
9+
include:
10+
- rust: stable
11+
- os: osx
12+
- rust: beta
13+
- rust: nightly
14+
15+
- rust: nightly
16+
before_script:
17+
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
18+
script:
19+
- cargo doc --no-deps --all-features
20+
after_success:
21+
- travis-cargo --only nightly doc-upload
22+
1823
env:
1924
global:
2025
secure: "iENCKNKfyveEXk+OofJDnxGfeVnxHovvLsrtl7eUBev6YGIIlUISZliyCvBrSkZKTeLfdDEP+Q5Mv9tVOMAx/FNiKB9V07WFDahD6xvz+qd3k790gdzgy+0LcNKskBVzDK62zCofvknGVbQa9f5iimhu+wKs9bb+WCxicVWmeRo="
2126

22-
23-
2427
notifications:
2528
email:
2629
on_success: never

0 commit comments

Comments
 (0)