From c2f23644a08ce5141e89e79258f0e8c40ceaef8a Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 11 Jul 2017 16:33:38 +0200 Subject: [PATCH] update .travis.yml for julia 0.6 --- .travis.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a32517e..426f41c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 9e070e8..c6573a4 100644 --- a/README.md +++ b/README.md @@ -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)