From 1e7b6e809c0039e4c8ccc2377bf8b6fe3c93e399 Mon Sep 17 00:00:00 2001 From: pathmapper <20856381+pathmapper@users.noreply.github.com> Date: Sun, 31 May 2020 21:05:00 +0200 Subject: [PATCH] Remove Travis --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .travis.yml 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 $!