We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffe7a8 commit e0e10b3Copy full SHA for e0e10b3
.travis.yml
@@ -3,7 +3,6 @@ language: julia
3
os:
4
- linux
5
julia:
6
- - 0.5
7
- 0.6
8
- nightly
9
notifications:
appveyor.yml
@@ -1,7 +1,5 @@
1
environment:
2
matrix:
- - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
- - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
0 commit comments