<div dir="ltr">This is excellent! Well done guys!<div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 11, 2014 at 10:20 AM, Martin Nowak via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Glad to announce that D support on Travis-CI was launched today.<br>
<br>
<a href="http://blog.travis-ci.com/2014-12-10-community-driven-language-support-comes-to-travis-ci/" target="_blank">http://blog.travis-ci.com/<u></u>2014-12-10-community-driven-<u></u>language-support-comes-to-<u></u>travis-ci/</a><br>
<br>
You can now get out-of-the-box continuous integration for your D projects on github. If you are already using dub, using Travis-CI is as simple as adding a 2 line .travis.yml file to your repo and toggling a switch on <a href="http://travis-ci.org" target="_blank">travis-ci.org</a>.<br>
<br>
language:d<br>
sudo: false<br>
<br>
You can also chose a specific compiler by adding a d: tag.<br>
<br>
d: ldc-0.14.0<br>
<br>
Build matrices are supported as well, so you can test your project against multiple compilers. Please only test as many compilers as you actually need!<br>
<br>
d:<br>
  - dmd-2.066.1<br>
  - gdc-4.9.0<br>
  - ldc-0.14.0<br>
<br>
The following compilers were successfully tested.<br>
<br>
dmd-2.064<br>
dmd-2.065.0<br>
dmd-2.066.1<br>
gdc-4.8.2<br>
gdc-4.9.0<br>
ldc-0.13.0<br>
ldc-0.14.0<br>
<br>
Read the docs for more details <a href="http://docs.travis-ci.com/user/languages/d/" target="_blank">http://docs.travis-ci.com/<u></u>user/languages/d/</a>.<br>
<br>
And you can also have a look at these 2 libraries.<br>
<br>
<a href="https://travis-ci.org/MartinNowak/hyphenate" target="_blank">https://travis-ci.org/<u></u>MartinNowak/hyphenate</a><br>
<a href="https://travis-ci.com/MartinNowak/bloom" target="_blank">https://travis-ci.com/<u></u>MartinNowak/bloom</a><br>
<br>
Happy testing<span class="HOEnZb"><font color="#888888"><br>
-Martin<br>
</font></span></blockquote></div><br></div></div>