diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a1715c7 --- /dev/null +++ b/.travis.yml @@ -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