Skip to content

Commit

Permalink
Improve hints for people experiencing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jan 1, 2018
1 parent f952a16 commit 1c1502b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/travis/build/script/d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ def setup
super

sh.echo 'D support for Travis-CI is community maintained.', ansi: :green
sh.echo 'Please make sure to ping @MartinNowak, @klickverbot and @ibuclaw '\
sh.echo 'Please make sure to ping @MartinNowak and @wilzbach'\
'when filing issues under https://github.com/travis-ci/travis-ci/issues.', ansi: :green

sh.echo 'DMD-related issues: https://issues.dlang.org', ansi: :green
sh.echo 'LDC-related issues: https://github.com/ldc-developers/ldc/issues', ansi: :green
sh.echo 'GDC-related issues: https://bugzilla.gdcproject.org', ansi: :green
sh.echo 'DUB-related issues: https://github.com/dlang/dub/issues', ansi: :green

sh.fold 'compiler-download' do
sh.echo 'Installing compiler and dub', ansi: :yellow

Expand Down

0 comments on commit 1c1502b

Please sign in to comment.