Skip to content

Commit 2eff313

Browse files
committed
Travis deploy does not work with wildcards, out of the box.
Could be made to work with file_glob: true, but just as much work having an explicit listing.
1 parent 25ff471 commit 2eff313

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ deploy:
2929
- build/remoll
3030
- build/libremollroot.so
3131
- remollbuild.log
32-
- remolltest.*.tar.gz
32+
- remolltest.root.tar.gz
33+
- remolltest.log.tar.gz
34+
- remolltest.png.tar.gz
3335
skip_cleanup: true
3436
on:
3537
repo: JeffersonLab/remoll

0 commit comments

Comments
 (0)