tileserver-gl-light 4.1.2 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.travis.yml DELETED
@@ -1,21 +0,0 @@
1
- language: node_js
2
- node_js:
3
- - "10"
4
- env:
5
- - CXX=g++-4.8
6
- addons:
7
- apt:
8
- sources:
9
- - ubuntu-toolchain-r-test
10
- packages:
11
- - g++-4.8
12
- before_install:
13
- - sudo apt-get update -qq
14
- - sudo apt-get install -qq libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
15
- - sudo apt-get install -qq xvfb libgles2-mesa-dev libgbm-dev libxxf86vm-dev
16
- install:
17
- - npm install
18
- - wget -O test_data.zip https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
19
- - unzip -q test_data.zip -d test_data
20
- script:
21
- - xvfb-run --server-args="-screen 0 1024x768x24" npm test