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:
parent
e817003af0
commit
201981b91c
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
||||
[](https://travis-ci.org/derekparker/delve)
|
||||
[](https://godoc.org/github.com/derekparker/delve)
|
||||
|
||||
### What is Delve?
|
||||
|
Loading…
Reference in New Issue
Block a user