chore(build): Enable building hyper in docker containers on travis
By stating that hyper does not need sudo to build it can be compiled in a container: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
language: rust
|
language: rust
|
||||||
|
sudo: false
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|||||||
Reference in New Issue
Block a user