diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3648c0c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: go +go: + - 1.4 + - tip +notifications: + email: + recipients: + - c.maglie@bug.st + on_success: change + on_failure: always +