We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e97ab commit 6a91bb0Copy full SHA for 6a91bb0
.travis.yml
@@ -4,6 +4,20 @@ rust:
4
- beta
5
- nightly
6
sudo: false
7
+before_script:
8
+ - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
9
+script:
10
+ - cargo build --verbose
11
+ - cargo test --verbose
12
+ - cargo doc --no-deps
13
+after_success:
14
+ - travis-cargo --only nightly doc-upload
15
+env:
16
+ global:
17
+ secure: "cnLFB/Kh5v8okonzcr8E37/fKqA5Yu4FNZz0jtF8hRQ489euQrzdvmk3U1n8luGO8ICj43OJBrWUggiFsjiexIPS4keLgqOETBv/FT8d3HMEsf9qPIVfDvA5YmX4Ao3Jz1ll0APkXil9w7vq3Rk8AV7cKMvTkwgV7zc+i90MfF0="
18
+
19
20
21
notifications:
22
email:
23
on_success: never
0 commit comments