.travis.yml: Switch to container-based build infrastructure
The main build servers are often overbooked (see [1]), and we don't need sudo. [1] http://www.traviscistatus.com/
This commit is contained in:
parent
556c5f2375
commit
2993324ad6
1 changed files with 3 additions and 0 deletions
|
@ -26,3 +26,6 @@ after_script:
|
||||||
# the doc directory needs to be in the root for rust-ci
|
# the doc directory needs to be in the root for rust-ci
|
||||||
- mv target/doc doc
|
- mv target/doc doc
|
||||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||||
|
|
||||||
|
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
||||||
|
sudo: false
|
||||||
|
|
Loading…
Reference in a new issue