Files
editor/.travis.yml
2019-02-07 17:33:38 +01:00

17 lines
332 B
YAML

os:
- linux
language: go
go:
- 1.7.x
addons:
artifacts:
paths:
- bin
install:
- wget https://raw.githubusercontent.com/openmaptiles/klokantech-basic-gl-style/master/style.json
script:
- make
- ./bin/linux/maputnik --help
- ./bin/linux/maputnik --version
- ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!