Skip to content

Commit 9d43a6a

Browse files
committed
Add Travis CI
1 parent cf864d9 commit 9d43a6a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "vendor/http-parser"]
22
path = vendor/http-parser
3-
url = git@github.com:nodejs/http-parser.git
3+
url = https://github.com/nodejs/http-parser.git

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
3+
os:
4+
- linux
5+
6+
python:
7+
- 3.5
8+
9+
install:
10+
- "pip install --no-binary=:all: cython"
11+
- make
12+
13+
script:
14+
- make test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/MagicStack/httptools.svg?branch=master)](https://travis-ci.org/MagicStack/httptools)
2+
13
httptools is a Python binding for nodejs HTTP parser. It's still in a
24
very early development stage, expect APIs to break.
35

0 commit comments

Comments
 (0)