Skip to content

Commit

Permalink
Add 0.6 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arda Aytekin committed May 17, 2017
1 parent 2bf8af8 commit 68fd334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ os:
julia:
- 0.4
- 0.5
- 0.6
- nightly

matrix:
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ environment:
- platform: x86
julia: 0.5
link: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
- platform: x86
julia: 0.6
link: "julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
- platform: x86
julia: nightly
link: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
Expand All @@ -15,6 +18,9 @@ environment:
- platform: x64
julia: 0.5
link: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
- platform: x64
julia: 0.6
link: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
- platform: x64
julia: nightly
link: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
Expand Down

0 comments on commit 68fd334

Please sign in to comment.