.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:
Jonathan Neuschäfer 2015-03-18 16:06:09 +01:00
parent 556c5f2375
commit 2993324ad6

View file

@ -26,3 +26,6 @@ after_script:
# the doc directory needs to be in the root for rust-ci
- mv target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false