Skip to content

Commit

Permalink
updates CI config to use 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfrr committed May 17, 2017
1 parent c0ea736 commit af604a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ os:
- linux
- osx
julia:
# - release
- 0.4
- 0.5
- 0.6
notifications:
email: false
script:
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
environment:
matrix:
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"

This comment has been minimized.

Copy link
@tkelman

tkelman May 17, 2017

Contributor

is it broken on win32?

- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"

notifications:
- provider: Email
Expand Down

0 comments on commit af604a8

Please sign in to comment.