Skip to content

Commit

Permalink
Remove Julia 0.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed Oct 2, 2015
1 parent afbb367 commit 74f1864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 0.3
- 0.4
- nightly
notifications:
Expand All @@ -14,4 +13,3 @@ script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("ThirdWay"); Pkg.test("ThirdWay"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("ThirdWay")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,7 +1,7 @@
environment:
matrix:
- JULIAVERSION: "julialang/bin/winnt/x86/0.3/julia-0.3-latest-win32.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.3/julia-0.3-latest-win64.exe"
- 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: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"

Expand Down

0 comments on commit 74f1864

Please sign in to comment.