Skip to content

Commit 884a0e5

Browse files
committed
Test 0.6 in CI and turn on ambiguity detection on all versions
1 parent 59f8341 commit 884a0e5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ os:
44
- osx
55
julia:
66
- 0.5
7+
- 0.6
78
- nightly
89
notifications:
910
email: false

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ environment:
22
matrix:
33
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
44
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
6+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
57
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
68
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
79

test/runtests.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ for f in ["normed.jl", "fixed.jl"]
55
include(f)
66
end
77

8-
if v"0.5.0" <= VERSION < v"0.6.0-dev"
9-
@test isempty(detect_ambiguities(FixedPointNumbers, Base, Core))
10-
end
8+
@test isempty(detect_ambiguities(FixedPointNumbers, Base, Core))

0 commit comments

Comments
 (0)