Skip to content

Commit 6be8e56

Browse files
committed
Add travis support
1 parent ca22fe2 commit 6be8e56

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
language: d
3+
4+
d:
5+
- dmd
6+

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# hunt-http
1+
[![Build Status](https://travis-ci.org/huntlabs/hunt-http.svg?branch=master)](https://travis-ci.org/huntlabs/hunt-http)
22

3+
# hunt-http
34

45
## TODO
56
- [x] Implement HTTP1 server/client

0 commit comments

Comments
 (0)