mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-09 05:07:05 +10:00
17 lines
180 B
YAML
17 lines
180 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.6
|
|
|
|
env:
|
|
global:
|
|
- PATH=$HOME/gopath/bin:$PATH
|
|
|
|
before_install:
|
|
- go get github.com/tools/godep
|
|
- godep restore
|
|
|
|
script:
|
|
- make test
|