chore: indicate paths for build artifacts to Travis

This commit is contained in:
Igor Gassmann 2018-03-08 09:29:26 -05:00
parent c14d463842
commit 906eb852fa

View file

@ -42,4 +42,6 @@ branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
addons:
artifacts: true
artifacts:
paths:
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")