Skip to content

Commit

Permalink
Can't glob for release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 28, 2014
1 parent b140ad3 commit c0a844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deploy:
provider: releases
api-key:
secure: SCvJD8WFvhaK1tSpigmVvbuKlGobfAvw/cDbZE59a0dj3hNfBqb/BiWuZ6goZq33ZBT4d+fvxc3rE846VopcURtIUmtF2wxVdFmMUF5t4N4dXv+YvZ2l0KKXD+HxzI4aUYQepQJmcP/01omjD/mYQB+lRBWQHEu/E1IdyoiLU7c=
file: target/package/roaring-*.crate
file: target/package/roaring-$TRAVIS_TAG.crate
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit c0a844d

Please sign in to comment.