Remove Travis support

Currently Travis supports only Ubuntu 12.04 linux 2.6 VMs which are
terribly outdated, and trying to track down why it's hanging on Travis
but not on other similar VMs is more trouble than it's worth at the
moment.

Certainly another more appropriate and up to date CI solution should be
explored.
This commit is contained in:
Derek Parker 2015-02-18 09:46:02 -06:00
parent e817003af0
commit 201981b91c
2 changed files with 0 additions and 11 deletions

@ -1,10 +0,0 @@
language: go
go:
- 1.4.1
- tip
env: GOMAXPROCS=4
before_install:
- sudo apt-get install libreadline-dev

@ -1,6 +1,5 @@
# Delve
[![Build Status](https://travis-ci.org/derekparker/delve.svg?branch=master)](https://travis-ci.org/derekparker/delve)
[![GoDoc](https://godoc.org/github.com/derekparker/delve?status.svg)](https://godoc.org/github.com/derekparker/delve)
### What is Delve?