diff --git a/.travis.yml b/.travis.yml index 0c12f20..109b700 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,16 @@ language: julia os: - linux - osx - -notifications: - email: false + - windows julia: - 1.0 - - 1.1 + - 1.5 - nightly +notifications: + email: false + matrix: allow_failures: - julia: nightly diff --git a/Project.toml b/Project.toml index a01d4b0..feb640c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ImplicitEquations" uuid = "95701278-4526-5785-aba3-513cca398f19" -version = "0.6.0" +version = "1.0" [deps] IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" @@ -9,6 +9,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] -IntervalArithmetic = "≥ 0.15.0" -RecipesBase = "≥ 0.5.0" -julia = "≥ 1.0.0" +IntervalArithmetic = "0.15, 0.16" +RecipesBase = "0.5, 0.6, 0.7, 0.8" +julia = "1.0" diff --git a/README.md b/README.md index 6526768..03a1d13 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -Linux: [![Build Status](https://travis-ci.org/jverzani/ImplicitEquations.jl.svg?branch=master)](https://travis-ci.org/jverzani/ImplicitEquations.jl) -  -Windows: [![Build Status](https://ci.appveyor.com/api/projects/status/github/jverzani/ImplicitEquations.jl?branch=master&svg=true)](https://ci.appveyor.com/project/jverzani/implicitequations-jl) +[![Build Status](https://travis-ci.com/jverzani/ImplicitEquations.jl.svg?branch=master)](https://travis-ci.com/jverzani/ImplicitEquations.jl) + # ImplicitEquations