From a2f3f878b270753010ab3fcdb9d613cea9815f52 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 1 Mar 2015 13:37:26 -0500 Subject: [PATCH] issue-#9 add travis ci integration --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml 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