From 1c75bdeb8a676371aeaae8807f720023311cca6a Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 26 Sep 2018 10:01:44 -0400 Subject: [PATCH] make travis work --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c760b65..4aeca02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ go: - 1.11.x - tip +scripte: make ci-test + matrix: allow_failures: - go: 'tip'