Skip to content

Commit

Permalink
Finalization for Julia 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher committed Apr 4, 2019
1 parent 8c09255 commit 52fe28f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
language: julia
os:
- linux
# - osx
- osx
julia:
# - 0.7
- 0.7
- 1.0
# - 1.1
# - nightly
# matrix:
# allow_failures:
# - julia: nightly
# - julia: 0.7
- 1.1
- nightly
matrix:
allow_failures:
- julia: nightly
- julia: 0.7
notifications:
email: false
addons:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A JuMP extension for analyzing and quantifying the flexibility of complex system

| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pulsipher.github.io/FlexJuMP.jl/latest) | [![Build Status](https://travis-ci.org/pulsipher/FlexJuMP.jl.svg?branch=master)](https://travis-ci.org/pulsipher/FlexJuMP.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/github/pulsipher/FlexJuMP.jl?branch=master&svg=true)](https://ci.appveyor.com/project/pulsipher/FlexJuMP-jl) [![codecov.io](http://codecov.io/github/pulsipher/FlexJuMP.jl/coverage.svg?branch=master)](http://codecov.io/github/pulsipher/FlexJuMP.jl?branch=master) |
| [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pulsipher.github.io/FlexJuMP.jl/dev) | [![Build Status](https://travis-ci.org/pulsipher/FlexJuMP.jl.svg?branch=master)](https://travis-ci.org/pulsipher/FlexJuMP.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/github/pulsipher/FlexJuMP.jl?branch=master&svg=true)](https://ci.appveyor.com/project/pulsipher/FlexJuMP-jl) [![codecov.io](http://codecov.io/github/pulsipher/FlexJuMP.jl/coverage.svg?branch=master)](http://codecov.io/github/pulsipher/FlexJuMP.jl?branch=master) |

Comments, suggestions and improvements are welcome and appreciated.

Expand All @@ -21,9 +21,9 @@ Pkg.add("git://github.com/pulsipher/FlexJuMP.jl.git")
```

## Documentation
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pulsipher.github.io/FlexJuMP.jl/latest)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pulsipher.github.io/FlexJuMP.jl/dev)

Please visit our [documentation pages](https://pulsipher.github.io/FlexJuMP.jl/latest) to learn all you need to know to get started and more. We provide
Please visit our [documentation pages](https://pulsipher.github.io/FlexJuMP.jl/dev) to learn all you need to know to get started and more. We provide
a quick start guide, an overview necessary background material, a detailed user guide, examples, and
an API library.

Expand Down

0 comments on commit 52fe28f

Please sign in to comment.