9 lines
89 B
YAML
9 lines
89 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4.1
|
|
- tip
|
|
|
|
before_install:
|
|
- apt-get install libreadline-dev
|