mirror of
https://github.com/crazy-max/diun.git
synced 2024-12-22 19:38:28 +00:00
19 lines
257 B
YAML
19 lines
257 B
YAML
language: golang
|
|
|
|
go:
|
|
- 1.10
|
|
- 1.11
|
|
- master
|
|
|
|
env:
|
|
global:
|
|
- GOPATH="$HOME/gopath"
|
|
- PATH="$HOME/gopath/bin:$HOME/bin:$PATH"
|
|
|
|
install:
|
|
- go get github.com/gorilla/css/scanner
|
|
- go get github.com/stretchr/testify/assert
|
|
|
|
script:
|
|
- go test -v
|