mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
14 lines
293 B
YAML
14 lines
293 B
YAML
|
jobs:
|
||
|
include:
|
||
|
- os: windows
|
||
|
script: $GOPATH/bin/goveralls -service=travis-ci
|
||
|
language: go
|
||
|
sudo: false
|
||
|
go: 1.13.x
|
||
|
before_install: go get github.com/mattn/goveralls
|
||
|
- os: linux
|
||
|
script: go build
|
||
|
language: go
|
||
|
sudo: false
|
||
|
go: 1.13.x
|