mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 22:08:33 +08:00
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:
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
|
||||
Reference in New Issue
Block a user