Skip to content

Commit 1f47867

Browse files
build: Download images on Travis
1 parent d19bbee commit 1f47867

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ branches:
2525

2626
install:
2727
- npm install
28+
- mkdir -p ./src/images
29+
- cd ./src/images
30+
- wget -O images.zip https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ
31+
- unzip -o images.zip
32+
- rm images.zip
33+
- rm -r __MACOSX
34+
- cd ../..
35+
- tree src
2836
- |
2937
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
3038
export CERTIFICATE_P12=cert.p12;

0 commit comments

Comments
 (0)