File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
env : FEATURES="--features nightly" BENCH=true
10
10
sudo : false
11
11
- rust : beta
12
+ sudo : false
13
+ - rust : stable
12
14
sudo : true
13
15
14
16
cache :
@@ -18,15 +20,15 @@ cache:
18
20
script : ./.travis.sh
19
21
20
22
after_success : |
21
- [ $TRAVIS_RUST_VERSION = beta ] &&
23
+ [ $TRAVIS_RUST_VERSION = stable ] &&
22
24
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev &&
23
25
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
24
26
tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make &&
25
27
sudo make install && cd ../.. &&
26
28
kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/hyper-*
27
29
[ $TRAVIS_BRANCH = master ] &&
28
30
[ $TRAVIS_PULL_REQUEST = false ] &&
29
- [ $TRAVIS_RUST_VERSION = beta ] &&
31
+ [ $TRAVIS_RUST_VERSION = stable ] &&
30
32
cargo doc &&
31
33
echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > target/doc/index.html &&
32
34
pip install --user ghp-import &&
You can’t perform that action at this time.
0 commit comments