Skip to content

Commit

Permalink
remove debugging of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed May 22, 2019
1 parent 53ced31 commit 0de7d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .artenolis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ after_success:
var=$GIT_URL; export TRAVIS_REPO_SLUG=${var:7:${#var}};
export TRAVIS_OS_NAME="linux";
export TRAVIS_JULIA_VERSION=$JULIA_VER;
export DOCUMENTER_DEBUG=true;
$ARTENOLIS_SOFT_PATH/julia/$JULIA_VER/bin/julia --color=yes -e 'cd(Pkg.dir("COBRA")); include(joinpath("docs", "makeDoc.jl"))';
fi

0 comments on commit 0de7d5f

Please sign in to comment.