Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Oct 8, 2020
1 parent 8548e7c commit 4be0f1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4be0f1c

Please sign in to comment.