From de853eb2d77880a446575230303dbaeaa5309b40 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 8 Jan 2017 13:25:03 +0100 Subject: [PATCH] Use Go 1.7 explicitely in Travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 769dcae2..2bdeb800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ os: - linux - osx language: go +go: +- 1.7.x addons: artifacts: paths: @@ -22,5 +24,5 @@ script: - make - ./maputnik --help - ./maputnik --version -- ./maputnik --file style.json +- timeout 5s ./maputnik --file style.json - ./maputnik --watch --file style.json