diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c62a2151..00000000 --- a/.travis.yml +++ /dev/null @@ -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 $!