This repository was archived by the owner on Mar 23, 2021. It is now read-only.
File tree 4 files changed +1
-12
lines changed 4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 3
3
directories :
4
4
- " $HOME/.rustup"
5
5
- " $HOME/.cargo"
6
+ - " $HOME/.cache/sccache"
6
7
sudo : required
7
8
rust : nightly-2018-06-24
8
9
before_install :
9
10
- openssl aes-256-cbc -K $encrypted_13ab58161701_key -iv $encrypted_13ab58161701_iv -in .travis/gcloud-authentication.json.enc -out .travis/gcloud-authentication.json -d
10
- - openssl aes-256-cbc -K $encrypted_13ab58161701_key -iv $encrypted_13ab58161701_iv -in .travis/travis_build_cache.enc -out .travis/travis_build_cache -d
11
- - chmod 600 .travis/travis_build_cache
12
11
install : true
13
12
services :
14
13
- docker
@@ -24,16 +23,13 @@ before_script:
24
23
- docker pull coblox/bitcoin-core:0.16.1-r2
25
24
- " ./setup.sh"
26
25
- " .travis/capture-docker-traffic.sh"
27
- - " .travis/download-cache.sh"
28
26
- which sccache || cargo install sccache
29
27
script :
30
28
- " ./check-fmt.sh"
31
29
- RUSTC_WRAPPER=~/.cargo/bin/sccache cargo build --all
32
30
- RUSTC_WRAPPER=~/.cargo/bin/sccache cargo test --all
33
31
after_script :
34
32
- expr $TRAVIS_TEST_RESULT > /dev/null && .travis/upload-container-logs-to-gcs.sh
35
- - " .travis/upload-cache.sh"
36
- before_cache :
37
33
notifications :
38
34
email : false
39
35
slack :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments