File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
- rust :
3
- - stable
4
- - beta
5
- - nightly
6
- sudo : false
7
- before_script :
8
- - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
2
+ matrix :
3
+ include :
4
+ - rust : stable
5
+ - rust : beta
6
+ - rust : nightly
7
+ - name : " master doc to gh-pages"
8
+ rust : nightly
9
+ script :
10
+ - cargo doc --no-deps
11
+ deploy :
12
+ provider : script
13
+ script : curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
14
+ skip_cleanup : true
15
+ on :
16
+ branch : master
9
17
script :
10
18
- cargo test --verbose
11
- - cargo doc --no-deps
12
- after_success :
13
- - travis-cargo --only nightly doc-upload
14
- env :
15
- global :
16
- secure : " IA467qqr1j0BpyTqG6hO8Kpt+EUDEjO1pBVhu4+L76/dygkQIwROgqdT7uXZqBPMjU6Rbi0wzGXXHJjbCWVTCjh7U/Q0bK2svtR8DKtM0o1Un/YftSUFt2p/WoiJ9PrkUjKh1rHuoyijpUqAls0JfIz8OdC45egT2SWDufljo+s="
17
-
18
19
notifications :
19
20
email :
20
21
on_success : never
You can’t perform that action at this time.
0 commit comments