Remove Travis

This commit is contained in:
pathmapper
2020-05-31 21:05:00 +02:00
committed by GitHub
parent cdcc61e234
commit 1e7b6e809c

View File

@@ -1,16 +0,0 @@
os:
- linux
language: go
go:
- 1.14.x
addons:
artifacts:
paths:
- bin
install:
- wget https://maputnik.github.io/osm-liberty/style.json
script:
- make
- ./bin/linux/maputnik --help
- ./bin/linux/maputnik --version
- ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!