mirror of
https://github.com/carlostrub/sisyphus
synced 2024-11-13 13:10:40 +00:00
20 lines
219 B
YAML
20 lines
219 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8.x
|
|
- master
|
|
|
|
cache:
|
|
directories:
|
|
- $GOPATH/src
|
|
- $GOPATH/pkg
|
|
|
|
before_install:
|
|
- mkdir $GOPATH/bin
|
|
- curl https://glide.sh/get | sh
|
|
- glide install
|
|
|
|
script:
|
|
- go test
|