build: Download images on Travis

This commit is contained in:
Felix Rieseberg 2019-05-17 15:25:30 +09:00
parent d19bbeee8f
commit 1f478676f1

View file

@ -25,6 +25,14 @@ branches:
install:
- npm install
- mkdir -p ./src/images
- cd ./src/images
- wget -O images.zip https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ
- unzip -o images.zip
- rm images.zip
- rm -r __MACOSX
- cd ../..
- tree src
- |
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
export CERTIFICATE_P12=cert.p12;