Skip to content

Commit

Permalink
build: Don't even tree
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed May 17, 2019
1 parent 3802734 commit d2b8d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install:
- rm images.zip
- rm -r __MACOSX
- cd ../..
- tree src
- ls src
- ls src/images
- |
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
export CERTIFICATE_P12=cert.p12;
Expand Down

0 comments on commit d2b8d9d

Please sign in to comment.