# Testing Julia v0.6 on Travis CI?

**URL:** https://discourse.julialang.org/t/testing-julia-v0-6-on-travis-ci/1487
**Category:** General Usage
**Tags:** testing
**Created:** [January 14, 2017, 8:59pm UTC](https://discourse.julialang.org/t/testing-julia-v0-6-on-travis-ci/1487 "2017-01-14T20:59:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ccoffrin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ccoffrin/32/400_2.png) [@ccoffrin](https://discourse.julialang.org/u/ccoffrin)
#### Post date: [January 14, 2017, 8:59pm UTC](https://discourse.julialang.org/t/testing-julia-v0-6-on-travis-ci/1487/1 "2017-01-14T20:59:01Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [January 14, 2017, 9:17pm UTC](https://discourse.julialang.org/t/testing-julia-v0-6-on-travis-ci/1487/2 "2017-01-14T21:17:58Z")

</div>

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

[https://github.com/JuliaDiffEq/DiffEqUncertainty.jl/blob/master/.travis.yml](https://github.com/JuliaDiffEq/DiffEqUncertainty.jl/blob/master/.travis.yml)

This file shows how to also allow failures on nightly.

---

<div class="post-metadata">

### Author: ![Skoffer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/skoffer/32/378_2.png) [@Skoffer](https://discourse.julialang.org/u/Skoffer)
#### Post date: [January 14, 2017, 9:56pm UTC](https://discourse.julialang.org/t/testing-julia-v0-6-on-travis-ci/1487/3 "2017-01-14T21:56:09Z")

</div>

Take a look also at this thread: [Test summary in julia 0.6](https://discourse.julialang.org/t/test-summary-in-julia-0-6/1461) Right now there is no test summary by default, you have to call additional print.

---

<div class="post-metadata">

### Author: ![nalimilan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nalimilan/32/147_2.png) [@nalimilan](https://discourse.julialang.org/u/nalimilan)
#### Post date: [January 16, 2017, 10:04pm UTC](https://discourse.julialang.org/t/testing-julia-v0-6-on-travis-ci/1487/4 "2017-01-16T22:04:34Z")

</div>

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](https://github.com/JuliaLang/Example.jl/blob/master/.travis.yml).
