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 binary dependencies, you likely still need to handle those manually or with the apt addon: http://docs.travis-ci.com/user/apt/#Adding-APT-Packages
On Tuesday, September 1, 2015 at 2:00:33 PM UTC-7, Mauro wrote: > > 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 <[email protected] <javascript:>> > wrote: > > 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 <[email protected] > <javascript:>> wrote: > > > >> 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 your .travis.yml file, this > >> should be as simple as adding > >> > >> os: > >> - linux > >> - osx > >> > >> > >> > >> > >
