update .travis.yml for julia 0.6

This commit is contained in:
kalmar 2017-07-11 16:33:38 +02:00
parent 4492c4451e
commit c2f23644a0
2 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,13 @@ os:
- linux
- osx
julia:
- release
- 0.5
- 0.6
- nightly
matrix:
fast_finish: true
allow_failures:
- julia: 0.6
- julia: nightly
notifications:

View File

@ -1,2 +1,2 @@
# Groups
[![Build Status](https://travis-ci.org/abulak/Groups.jl.svg?branch=master)](https://travis-ci.org/abulak/Groups.jl)
[![Build Status](https://travis-ci.org/kalmarek/Groups.jl.svg?branch=master)](https://travis-ci.org/kalmarek/Groups.jl)