add travis.yml

This commit is contained in:
Jimmy Zelinskie
2016-02-25 18:52:50 -05:00
parent 50192d45c1
commit 7fc62fd18b
+19
View File
@@ -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