mirror of
https://github.com/taigrr/golang-wpasupplicant
synced 2025-01-18 04:43:18 -08:00
9 lines
149 B
YAML
9 lines
149 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- tip
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|