Sean McArthur
53bba6eb7f
feat(ssl): redesign SSL usage
...
BREAKING CHANGE: Server::https was changed to allow any implementation
of Ssl. Server in general was also changed. HttpConnector no longer
uses SSL; using HttpsConnector instead.
2015-06-20 14:58:58 -07:00
Sean McArthur
07c6bc7731
chore(travis): remove sudo need from kcov
2015-06-08 19:14:10 -07:00
Sean McArthur
b29d96bc2b
chore(travis): don't build docs with deps, or run full benchmarks
2015-06-01 10:23:29 -07:00
Sean McArthur
e9dcf45df3
chore(travis): add build config for 'stable' tests
2015-05-15 21:46:09 -07:00
Pyfisch
f270b1d79a
chore(travis): Enable test coverage generation
...
Generates a test coverage using kcov on travis. The coverage is only
generated for beta builds. kcov requires using sudo, so beta builds
can't run on container infrastructure anymore.
Closes #44
2015-05-01 12:01:22 +02:00
Sean McArthur
f01cecbc06
chore(travis): add beta testing to travis-ci
2015-04-28 10:35:53 -07:00
Sean McArthur
29c8dd1b20
chore(travis): turn on email notifications
2015-04-27 18:56:13 -07:00
Sean McArthur
f246c6a4a8
chore(travis): use local ghp-import
2015-04-15 15:56:35 -07:00
Sean McArthur
4ed2ef5845
chore(travis): pip install --user ghp-import
2015-04-15 15:31:10 -07:00
Sean McArthur
7875bc9194
chore(travis): include nightly feature when building docs
2015-04-15 13:40:07 -07:00
Sean McArthur
cc7d9fa8c4
chore(travis): remove sudo from publish docs
2015-04-15 13:25:52 -07:00
Jonathan Reem
e864956734
fix(server): Use thread::spawn instead of thread::scoped.
2015-04-15 13:15:05 -07:00
Sean McArthur
55b37f0148
test(beta): enable testing on beta rustc
2015-04-15 11:59:23 -07:00
Pyfisch
9747d86324
chore(travis): Enable caching of ./target folder.
...
Travis supports the caching of folders between builds.
By storing the ./target folder we can cache hyper's dependencies.
2015-03-27 19:12:33 +01:00
Sean McArthur
8e71f10b54
chore(travis): run benchmarks on travis
2015-03-23 10:41:33 -07:00
Pyfisch
8e3ad9e676
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/
2015-03-21 20:57:15 +01:00
Sean McArthur
c2784bca7a
docs(git): push contributors list to humans.txt
2015-02-05 20:01:19 -08:00
Jonathan Reem
7c74a29cd0
Expand travis to compile benchmarks
2014-09-08 21:55:19 -07:00
Sean McArthur
c905111f8c
implementation
2014-09-01 18:39:24 -07:00