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]> 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]> 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 >> >> >> >>
