Update travis script to use new data
This commit is contained in:
parent
d3a9b6cfbf
commit
f979e25fd7
1 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,10 @@ before_install:
|
||||||
- sudo apt-get install -qq xvfb
|
- sudo apt-get install -qq xvfb
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- wget https://github.com/klokantech/tileserver-gl/releases/download/v0.0.2/test_data.zip
|
- wget -O test_data.zip https://github.com/klokantech/tileserver-gl-data/archive/v0.0.3.zip
|
||||||
- unzip -q test_data.zip -d test_data
|
- unzip -q test_data.zip -d tmp_test_data
|
||||||
|
- mkdir test_data
|
||||||
|
- mv tmp_test_data/tileserver-gl-data-*/* -t test_data
|
||||||
script:
|
script:
|
||||||
|
- cd tileserver-gl-data-0.0.3
|
||||||
- xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
- xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
||||||
|
|
Loading…
Reference in a new issue