mirror of https://github.com/eldruin/ds323x-rs
Use full urls
parent
dfe90b9000
commit
e378737f4d
10
.travis.yml
10
.travis.yml
|
@ -1,11 +1,9 @@
|
|||
language: rust
|
||||
# sudo is required to enable kcov to use the personality syscall
|
||||
sudo: required
|
||||
env:
|
||||
- CI_SCRIPTS="https://github.com/eldruin/rust-driver-ci-scripts/raw/master"
|
||||
|
||||
before_script:
|
||||
bash <(curl -s "$CI_SCRIPTS/global_before_script.sh")
|
||||
bash <(curl -s https://github.com/eldruin/rust-driver-ci-scripts/raw/master/global_before_script.sh)
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -56,10 +54,10 @@ before_install:
|
|||
- rustup self update
|
||||
|
||||
install:
|
||||
bash <(curl -s "$CI_SCRIPTS/install.sh")
|
||||
bash <(curl -s https://github.com/eldruin/rust-driver-ci-scripts/raw/master/install.sh)
|
||||
|
||||
script:
|
||||
bash <(curl -s "$CI_SCRIPTS/script.sh")
|
||||
bash <(curl -s https://github.com/eldruin/rust-driver-ci-scripts/raw/master/script.sh)
|
||||
|
||||
after_script: set +e
|
||||
|
||||
|
@ -69,7 +67,7 @@ cache:
|
|||
- /home/travis/.cargo
|
||||
|
||||
before_cache:
|
||||
bash <(curl -s "$CI_SCRIPTS/before_cache.sh")
|
||||
bash <(curl -s https://github.com/eldruin/rust-driver-ci-scripts/raw/master/before_cache.sh)
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue