This repository was archived by the owner on Sep 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : julia
2
2
os :
3
- - linux
4
- - osx
3
+ - linux
4
+ - osx
5
5
julia :
6
- - 0.4
7
- - 0.5
8
- - 0.6
9
- - nightly
6
+ - 0.6
7
+ - nightly
8
+ matrix :
9
+ allow_failures :
10
+ - julia : nightly
10
11
notifications :
11
- email : false
12
- sudo : false
13
- # script: # use the default script setting which is equivalent to the following
14
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("HttpServer")'
16
- # - julia -e 'Pkg.test("HttpServer", coverage=true)'
12
+ email : false
17
13
after_success :
18
- - julia -e 'cd(Pkg.dir("HttpServer")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
14
+ - julia -e 'cd(Pkg.dir("HttpServer")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
15
+ - julia -e 'cd(Pkg.dir("HttpServer")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change 1
- julia 0.4
1
+ julia 0.6
2
2
HttpCommon
3
3
HttpParser
4
4
MbedTLS
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
4
- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
5
- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
6
- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
3
+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
4
+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
7
5
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
8
6
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
9
7
@@ -12,6 +10,11 @@ branches:
12
10
- master
13
11
- /release-.*/
14
12
13
+ matrix :
14
+ allow_failures :
15
+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
16
+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
17
+
15
18
notifications :
16
19
- provider : Email
17
20
on_build_success : false
You can’t perform that action at this time.
0 commit comments