From 407563cbac92e575a8dd976ca8b5424c5701c5b6 Mon Sep 17 00:00:00 2001 From: ThomasBreuer Date: Thu, 5 Mar 2020 15:01:34 +0100 Subject: [PATCH] moved dependency Documenter.jl to extras, added corresponding line to .travis.yml, added "Documenter" to targets, and rebased, in order to have a chance that the tests with Julia 1.1 pass --- .travis.yml | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ccec45f41..2f37e9148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ branches: install: # install some optional dependencies for our tests + - JULIA_PROJECT= julia -e 'import Pkg ; Pkg.add("Documenter")' - JULIA_PROJECT= julia -e 'import Pkg ; Pkg.add("Nemo")' - JULIA_PROJECT= julia -e 'import Pkg ; Pkg.add("Primes")' - JULIA_PROJECT= julia -e 'import Pkg ; Pkg.add("LinearAlgebra")' diff --git a/Project.toml b/Project.toml index d56abedb5..e2054da77 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,6 @@ authors = ["Thomas Breuer ", "Sebastian Gutsche