From bb7bbcaa6da6b24f5d16ed4a02f5b61a025b1c25 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Tue, 30 Dec 2014 19:04:11 -0700 Subject: [PATCH] try Travis CI with docker containers --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8e76fc..7828d8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ +sudo: false language: go go: - - 1.2 - - tip + - 1.4 # not yet https://github.com/travis-ci/travis-ci/issues/2318 os: -- 2.50.1