From 4a423d0faa004edb38349ff7922c8bb302d3f5a2 Mon Sep 17 00:00:00 2001 From: Colden Cullen Date: Fri, 26 Dec 2014 12:05:59 -0500 Subject: [PATCH] Updated travis binary name to support different OSs --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3fcf27..5ea85bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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