mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Use Go 1.7 explicitely in Travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user