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