TravisCI: fix artifacts config and enable validation

This commit is contained in:
Chord 2019-12-13 13:59:22 -05:00
parent bf21491859
commit 6d0649c25b

View file

@ -26,6 +26,6 @@ after_success:
- bash <(curl -s https://codecov.io/bash)
addons:
artifacts: true
artifacts:
paths:
- $(ls target/pslogin*.zip | tr "\n" ":")