Skip to content

Commit

Permalink
Added timeout before publishing final crate
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Feb 14, 2020
1 parent 5c0f30e commit e19b84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
script:
- (cd aubio-sys && cargo publish || true)
- (cd aubio-lib && cargo publish || true)
- sleep 10
- (cd aubio-rs && cargo publish || true)
if: (type = push) && (tag =~ /^\d+\.\d+\.\d+/)

0 comments on commit e19b84b

Please sign in to comment.