Use Go 1.7 explicitely in Travis

This commit is contained in:
Lukas Martinelli
2017-01-08 13:25:03 +01:00
parent f242c2c015
commit de853eb2d7

View File

@@ -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