From 1a8054409a7bcd72c88282c225ec7f69ab42cdd5 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 26 Sep 2018 16:53:00 -0400 Subject: [PATCH] Updating travis through 1.11 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bac42335..ea956ada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: go go: - - 1.5.x - - 1.6.x - 1.7.x - 1.8.x - 1.9.x + - 1.10.x + - 1.11.x - tip # Setting sudo access to false will let Travis CI use containers rather than @@ -18,7 +18,7 @@ sudo: false # in the vendor directory. We don't need to test all dependent packages. # Only testing this project. script: - - GO15VENDOREXPERIMENT=1 make test integration-test verify-version + - make test integration-test verify-version notifications: webhooks: