Skip to content

Commit 6490491

Browse files
committed
Add Travis CL for Julia 0.7 and 0.6
1 parent f3a3fc9 commit 6490491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ os:
55
- osx
66
julia:
77
- 1.0
8-
# - 0.7
9-
# - 0.6
8+
- 0.7
9+
- 0.6
1010
# - nightly
1111

1212
notifications:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modia3D
22

3-
[![Travis](https://travis-ci.org/ModiaSim/Modia3D.jl.svg?branch=master&logo=travis)](https://travis-ci.org/ModiaSim/Modia3D.jl)
3+
[![Travis](https://travis-ci.org/ModiaSim/Modia3D.jl.svg?branch=master)](https://travis-ci.org/ModiaSim/Modia3D.jl)
44
[![Coverage Status](https://coveralls.io/repos/github/ModiaSim/Modia3D.jl/badge.svg?branch=master)](https://coveralls.io/github/ModiaSim/Modia3D.jl?branch=master)
55
[![codecov.io](http://codecov.io/github/ModiaSim/Modia3D.jl/coverage.svg?branch=master)](http://codecov.io/github/ModiaSim/Modia3D.jl?branch=master)
66
[![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://ModiaSim.github.io/Modia3D.jl/latest)

0 commit comments

Comments
 (0)