mirror of
https://github.com/nxshock/logwriter.git
synced 2025-07-02 00:23:41 +05:00
Create .travis.yml
This commit is contained in:
parent
c44d147b9c
commit
784351b3da
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.x
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
|
||||
notifications:
|
||||
email: false
|
Loading…
Add table
Add a link
Reference in a new issue