File tree 2 files changed +4
-17
lines changed
2 files changed +4
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
- rust : nightly
6
6
env : FEATURES="--features nightly"
7
7
sudo : false
8
- - rust : nightly
9
- env : FEATURES="--features nightly" BENCH=true
10
- sudo : false
11
8
- rust : beta
12
9
sudo : false
13
10
- rust : stable
17
14
directories :
18
15
- target
19
16
20
- script : ./.travis.sh
17
+ script :
18
+ - cargo build --verbose $FEATURES
19
+ - cargo test --verbose $FEATURES
21
20
22
21
after_success : |
23
22
[ $TRAVIS_RUST_VERSION = stable ] &&
@@ -29,7 +28,7 @@ after_success: |
29
28
[ $TRAVIS_BRANCH = master ] &&
30
29
[ $TRAVIS_PULL_REQUEST = false ] &&
31
30
[ $TRAVIS_RUST_VERSION = stable ] &&
32
- cargo doc &&
31
+ cargo doc --no-deps &&
33
32
echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > target/doc/index.html &&
34
33
pip install --user ghp-import &&
35
34
/home/travis/.local/bin/ghp-import -n target/doc &&
You can’t perform that action at this time.
0 commit comments