From 230a555359ec8ceaf4737dc8301b39834b0f2ca4 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Wed, 2 Mar 2016 20:00:11 -0800 Subject: [PATCH] Use Ubuntu Trusty in travis This boots faster --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2c796907..74c3aa38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: go sudo: required +dist: trusty go: - 1.4