From d99190b1669a285cd88a454b89563d3ba185e7a9 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 18 Feb 2018 13:58:11 -0500 Subject: [PATCH] travis: Add golang 1.10.x to builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 73b6b7af..d2c3ff18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ os: - osx go: - 1.9.x + - 1.10.x - tip go_import_path: github.com/purpleidea/mgmt sudo: true @@ -17,6 +18,7 @@ script: 'make test' matrix: fast_finish: false allow_failures: + - go: 1.10.x - go: tip - os: osx notifications: