Skip to content

Commit

Permalink
Travis deploy does not work with wildcards, out of the box.
Browse files Browse the repository at this point in the history
Could be made to work with file_glob: true, but just as much work
having an explicit listing.
  • Loading branch information
wdconinc committed Nov 9, 2017
1 parent 25ff471 commit 2eff313
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ deploy:
- build/remoll
- build/libremollroot.so
- remollbuild.log
- remolltest.*.tar.gz
- remolltest.root.tar.gz
- remolltest.log.tar.gz
- remolltest.png.tar.gz
skip_cleanup: true
on:
repo: JeffersonLab/remoll
Expand Down

0 comments on commit 2eff313

Please sign in to comment.