mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-12 07:43:32 -07:00
add travis.yml
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
sudo: false
|
||||
|
||||
script: go test -v ./...
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- irc.freenode.net#chihaya
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
on_success: always
|
||||
on_failure: always
|
||||
email: false
|
||||
Reference in New Issue
Block a user