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