Skip to content

Commit

Permalink
Updated travis binary name to support different OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdenCullen committed Dec 26, 2014
1 parent 521edd9 commit 4a423d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ d:
sudo: false

after_success:
- cp doveralls doveralls_travis
- dub build --compiler=${DC}
- cp doveralls doveralls_${TRAVIS_OS_NAME}_travis
deploy:
provider: releases
api_key:
secure: ls26yGIfhuaDGhQ1Fd3DGmA+in7WRB/huPWqxafr5AnZhRvMzoSlCfzzQvtJIL8IiE6GRRnFw8/KgLFpeg6DO3c2bL4h3JVwltLrVO9IshhkqVEVqcGR/9TQGnEgCZX41h1C5NHj2a0yG2F8OXN+MXO5TkzpgEQWpdUHm3BQOTE=
file: doveralls_travis
file: doveralls_${TRAVIS_OS_NAME}_travis
skip_cleanup: true
on:
repo: ColdenCullen/doveralls
all_branches: true
tags: true
condition: $DC = ldc2
condition: ${DC} = ldc2

0 comments on commit 4a423d0

Please sign in to comment.