Skip to content

Commit

Permalink
Add Project.toml file (#237)
Browse files Browse the repository at this point in the history
* add project.toml file
* drop support for julia v0.6, update CI
  • Loading branch information
ccoffrin authored Feb 10, 2020
1 parent 4f49b25 commit 369d777
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Manifest.toml

docs/build/
docs/site/
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,10 @@ os:
- linux
- osx
julia:
- 0.6
- 0.7
- 1.0
- 1.3
notifications:
email: false
sudo: false
addons:
apt_packages:
- gfortran
- liblapack-dev
- libgmp-dev
- libglpk-dev
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("MathProgBase")); include(joinpath("docs", "make.jl"))'
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "MathProgBase"
uuid = "fdba3010-5040-5b88-9595-932c9decdf73"
repo = "https://github.com/JuliaOpt/MathProgBase.jl.git"
version = "0.7.8"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

[compat]
Compat = "~0, ~1, ~2"
julia = "1"

[extras]
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
GLPKMathProgInterface = "3c7084bd-78ad-589a-b5bb-dbd673274bea"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"

[targets]
test = ["GLPKMathProgInterface", "ECOS", "Ipopt"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

0 comments on commit 369d777

Please sign in to comment.