Browse Source

Follow-up 7a27d04

3.2.x
Johann Bauer 7 years ago
parent
commit
2fe8d8ce54
  1. 3
      .travis.yml

3
.travis.yml

@ -37,7 +37,8 @@ jobs:
- TARGET_OS=macOS
python: false
install:
- git fetch origin
- git fetch --all --tags -v
- git tag -l
script: ./contrib/build-osx/make_osx
after_script: ls -lah dist && md5 dist/*
after_success: true

Loading…
Cancel
Save