Skip to content

Commit

Permalink
Bump to Julia 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Feb 1, 2018
1 parent 35fe1c7 commit d3ee1df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
matrix:
include:
- language: julia
julia: 0.5
julia: 0.6
os: linux
dist: trusty
sudo: false
sudo: false
- language: julia
julia: 0.6
julia: master
os: linux
dist: trusty
sudo: false
sudo: false
- language: julia
julia: 0.5
julia: 0.6
os: linux
- language: julia
julia: 0.5
julia: master
os: linux

- language: julia
julia: 0.6
os: osx
- language: julia
julia: 0.6
julia: master
os: osx
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.5
julia 0.6
Compat 0.39.0
Colors
BinDeps 0.3.21
Expand Down

0 comments on commit d3ee1df

Please sign in to comment.