diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e2bf7d9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: go +notificaitons: + email: + recipients: dean.karn@gmail.com + on_success: change + on_failure: always +before_script: +- go get gopkg.in/check.v1 +go: + - 1.2 + - 1.3 + - 1.4 + - tip \ No newline at end of file