Revision 13e58d00a16fc2bfb370d0b2d53af3187404d330 authored by Javier Barbero on 25 February 2020, 22:20:48 UTC, committed by Javier Barbero on 25 February 2020, 22:20:48 UTC
- Compatibility with JuMP 0.21 - Set package version to 0.1.2.
1 parent faeeb04
.travis.yml
language: julia
codecov: true
coveralls: true
os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
jobs:
include:
- stage: "Documentation"
julia: 1.2
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip
Computing file changes ...