From 6ab812337e0dd0657dd85600deb016cb8b290e29 Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:31:01 +0100 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 10a9fc9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -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