Skip to content

Commit

Permalink
Update Project.toml (#63)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update Project.toml

* Update Project.toml

* update travis
  • Loading branch information
mforets committed Jan 16, 2020
1 parent f6219ab commit 6f6bcb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ os:
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly

notifications:
Expand All @@ -26,7 +28,7 @@ matrix:
jobs:
include:
- stage: "Documentation"
julia: 1.0
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IntervalMatrices"
uuid = "5c1f47dc-42dd-5697-8aaa-4d102d140ba9"
version = "0.2.4"
version = "0.3.0"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Expand All @@ -9,9 +9,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "≥ 1.0.0"
IntervalArithmetic = "≥ 0.14.0"
Reexport = "0.2.0"
julia = "1"
IntervalArithmetic = "0.15, 0.16"
Reexport = "0.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.23"
Documenter = "0.23"

0 comments on commit 6f6bcb7

Please sign in to comment.