mirror of
https://github.com/Luzifer/gallery.git
synced 2024-11-14 00:42:43 +00:00
13 lines
213 B
YAML
13 lines
213 B
YAML
language: go
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
sudo: false
|
|
gobuild_args: -v -race
|
|
os:
|
|
- linux
|
|
- osx
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore=termutil/*
|