From 47659db164d4d7fd7df7346183bffac6574aa9a3 Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Wed, 17 Jun 2020 22:10:15 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66a5e3d..025d012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,3 @@ before_script: - julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.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 -