Remove travis config

This commit is contained in:
Leonard Ehrenfried
2020-05-14 13:48:09 +02:00
parent 9f11b9ce75
commit cae01cd2e0
2 changed files with 1 additions and 24 deletions
-23
View File
@@ -1,23 +0,0 @@
language: cpp
compiler: gcc
# Sudo is required for non-standard packages
sudo: true
dist: trusty
addons:
apt:
sources:
- sourceline: 'ppa:kzemek/boost'
packages:
- liblua5.1-0
- liblua5.1-0-dev
- libprotobuf-dev
- libsqlite3-dev
- protobuf-compiler
- shapelib
- libshp-dev
- libboost1.58-dev
- libboost-program-options1.58
- libboost-filesystem1.58-dev
- libboost-system1.58
script:
- make -j2
+1 -1
View File
@@ -7,7 +7,7 @@ Vector tiles are used by many in-browser/app renderers, and can also power serve
Tilemaker keeps nodes and ways in RAM. If you're processing a country extract or larger, you'll need a lot of RAM. It's best suited to city and region extracts.
[![Build Status](https://travis-ci.org/systemed/tilemaker.svg?branch=master)](https://travis-ci.org/systemed/tilemaker)
![Continuous Integration](https://github.com/systemeD/tilemaker/workflows/Continuous%20Integration/badge.svg)
Installing
----------