Skip to content

Commit 77dde64

Browse files
committed
Test gpython with Travis CI
1 parent 8b45fd5 commit 77dde64

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: go
2+
sudo: false
3+
dist: trusty
4+
os:
5+
- linux
6+
go:
7+
- 1.7.6
8+
- 1.8.7
9+
- 1.9.3
10+
- "1.10.1"
11+
- tip
12+
script:
13+
- go test ./...
14+
matrix:
15+
allow_failures:
16+
- go: tip

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# gpython
22

3+
[![Build Status](https://travis-ci.org/ncw/gpython.svg?branch=master)](https://travis-ci.org/ncw/gpython)
4+
[![GoDoc](https://godoc.org/github.com/ncw/gpython?status.svg)](https://godoc.org/github.com/ncw/gpython)
5+
36
gpython is a part re-implementation / part port of the Python 3.4
47
interpreter to the Go language, "batteries not included".
58

0 commit comments

Comments
 (0)