Skip to content

Commit

Permalink
build: Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Aug 24, 2019
1 parent 71a11cf commit a4092f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -25,13 +25,13 @@ branches:

install:
- npm install
- mkdir -p ./src/images
- cd ./src/images
- mkdir -p ./images
- cd ./images
- wget -O images.zip https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ
- unzip -o images.zip
- rm images.zip
- rm -r __MACOSX
- cd ../..
- cd ..
- ls src
- ls images
- |
Expand Down

0 comments on commit a4092f1

Please sign in to comment.