From b449fde933e532a13d90966f73e9ab51f908c901 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 14 Apr 2018 23:08:00 +0200 Subject: [PATCH] Added .travis.yml --- .travis.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1280af4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,29 @@ +language: go + +os: + - linux + - osx + +go: + - 1.4 + - 1.5.x + - 1.6.x + - 1.7.x + - 1.8.x + - 1.9.x + - 1.10.x + - tip + +matrix: + exclude: + - os: osx + go: 1.4 + - os: osx + go: 1.5.x + - os: osx + go: 1.6.x + +notifications: + email: + on_success: change + on_failure: always