mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01: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
|