Testing Julia v0.6 on Travis CI?

Is there a good example of how to run v0.6 tests on travis-ci?

They should be enabled by default. It’s just nightly:

https://github.com/JuliaDiffEq/DiffEqUncertainty.jl/blob/master/.travis.yml

This file shows how to also allow failures on nightly.

Take a look also at this thread: Test summary in julia 0.6 Right now there is no test summary by default, you have to call additional print.

For a standard up-to-date reference, you can have a look at the Example.jl package, and in the present case to its .travis.yml file.