mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
10 lines
97 B
YAML
10 lines
97 B
YAML
language: go
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
sudo: false
|
|
os:
|
|
- linux
|
|
- osx
|
|
script: make get test
|