mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Use Go 1.7 explicitely in Travis
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
language: go
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.7.x
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
@@ -22,5 +24,5 @@ script:
|
|||||||
- make
|
- make
|
||||||
- ./maputnik --help
|
- ./maputnik --help
|
||||||
- ./maputnik --version
|
- ./maputnik --version
|
||||||
- ./maputnik --file style.json
|
- timeout 5s ./maputnik --file style.json
|
||||||
- ./maputnik --watch --file style.json
|
- ./maputnik --watch --file style.json
|
||||||
|
|||||||
Reference in New Issue
Block a user