Skip to content

Commit

Permalink
Test on Julia 1.5 and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jun 5, 2020
1 parent 0d56072 commit 626d796
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ os:

julia:
- 1.4
- 1.5
- nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IntervalArithmetic"
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
repo = "https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
version = "0.17.3"
version = "0.17.4"

[deps]
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- julia_version: 1.4
- julia_version: 1.5
- julia_version: nightly

platform:
Expand Down

0 comments on commit 626d796

Please sign in to comment.