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:
Pyfisch
2015-03-21 20:57:15 +01:00
parent 4cb6d1ac16
commit 8e3ad9e676

View File

@@ -1,4 +1,5 @@
language: rust language: rust
sudo: false
script: script:
- cargo build - cargo build