From 2484df7cae67b25c9b7b5656d3f4653f87c53d3d Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 18 Mar 2019 23:47:14 -0700 Subject: [PATCH] travis.yml: add all travis versions --- .travis.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51d4ea5..cfeb84d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,16 @@ language: go go: - - "1.4" - - "1.5" - - "1.7" - - "1.9" - - "1.10" - - "1.11" - - "tip" + - "1.4.x" + - "1.5.x" + - "1.6.x" + - "1.7.x" + - "1.8.x" + - "1.9.x" + - "1.10.x" + - "1.11.x" + - "1.12.x" + - "master" matrix: allow_failures: - - go: tip + - go: master script: go test -v github.com/equinox-io/equinox github.com/equinox-io/equinox/proto