Re: [julia-users] OSX support for package testing on Travis is now available by default!

2015-09-01 Thread Tony Kelman
I know, click blame, I put it there. Not every package is using that template though. If you see packages still using the old language: cpp travis template, now there's a really good reason to file PR's to update them. Though keep an eye out for whether existing packages need any extra apt-get

Re: [julia-users] OSX support for package testing on Travis is now available by default!

2015-09-01 Thread Mauro
It's now actually in the autogenerated travis.yml file: https://github.com/JuliaLang/julia/blob/aa8cd2e80d244a203e3774f8472619afb3ea1fe5/base/pkg/generate.jl#L171 On Tue, 2015-09-01 at 22:02, Elliot Saba wrote: > That's awesome! Many thanks to everyone who continually chips away at all > the usa

Re: [julia-users] OSX support for package testing on Travis is now available by default!

2015-09-01 Thread Elliot Saba
That's awesome! Many thanks to everyone who continually chips away at all the usability problems to make this as easy to use as possible! -E On Tue, Sep 1, 2015 at 12:52 PM, Tony Kelman wrote: > Package authors may find this useful, you formerly had to send an email > requesting the feature be

[julia-users] OSX support for package testing on Travis is now available by default!

2015-09-01 Thread Tony Kelman
Package authors may find this useful, you formerly had to send an email requesting the feature be enabled per repository but now it's available for all. Ref https://github.com/travis-ci/docs-travis-ci-com/commit/8a4efe6e6bfb0dcce760eedabd2ffe640d6545d5 Assuming you're using language: julia in