We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19bbee commit 1f47867Copy full SHA for 1f47867
.travis.yml
@@ -25,6 +25,14 @@ branches:
25
26
install:
27
- 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
36
- |
37
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
38
export CERTIFICATE_P12=cert.p12;
0 commit comments