mirror of
https://github.com/maputnik/editor.git
synced 2026-08-27 15:37:27 +00:00
Merge pull request #11 from pathmapper/travis
Travis: Update go version and use OSM Liberty
This commit is contained in:
+2
-2
@@ -2,13 +2,13 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.14.x
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin
|
- bin
|
||||||
install:
|
install:
|
||||||
- wget https://raw.githubusercontent.com/openmaptiles/klokantech-basic-gl-style/master/style.json
|
- wget https://maputnik.github.io/osm-liberty/style.json
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- ./bin/linux/maputnik --help
|
- ./bin/linux/maputnik --help
|
||||||
|
|||||||
Reference in New Issue
Block a user