11 lines
164 B
YAML
11 lines
164 B
YAML
language: go
|
|
|
|
before_install:
|
|
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
|
|
|
install:
|
|
- dep ensure
|
|
|
|
script:
|
|
- make test
|
|
- make
|