Skip to content
Snippets Groups Projects
Commit ba3df466 authored by Olivier Cots's avatar Olivier Cots
Browse files

Delete .travis.yml

parent 5de7e910
No related branches found
No related tags found
2 merge requests!5Refonte ok,!2Feature/refonte
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
language: julia
os:
- osx
- linux
- windows
julia:
- 1.4
beofre_script:
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/TestOptinum.git"))'
notifications:
email: false
jobs:
include:
- stage: Documentation
julia: 1.4
os: linux
script:
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=docs --color=yes docs/make.jl
after_success: skip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment