A bare bones .travis.yml (#48)

This commit is contained in:
Oleksii Kliukin 2017-06-12 16:31:25 +02:00 committed by GitHub
parent 987990fb0e
commit c773a4e43d
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
dist: trusty
language: go
go:
- 1.8
before_install:
- go get github.com/Masterminds/glide
- go get github.com/mattn/goveralls
install:
- make deps
script:
- goverals -service=travis-ci