From 54fa6d76a2438f73c3cd4ab05ab6b5cf38a5f56e Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 8 Oct 2015 13:54:20 -0400 Subject: [PATCH] Add Travis testing --- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..6bf7bd245 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +sudo: false + +language: go + +go: + - 1.5.1 + - tip + +matrix: + allow_failures: + - go: tip + +branches: + only: + - master + +install: + - make bootstrap + +script: + - make test