From 201981b91c96130e0a4523f2c83459436b02b56f Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Wed, 18 Feb 2015 09:46:02 -0600 Subject: [PATCH] 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. --- .travis.yml | 10 ---------- README.md | 1 - 2 files changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e5b14f77..00000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: go - -go: - - 1.4.1 - - tip - -env: GOMAXPROCS=4 - -before_install: - - sudo apt-get install libreadline-dev diff --git a/README.md b/README.md index 4a8ab28b..0349b47f 100644 --- a/README.md +++ b/README.md @@ -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?