Skip to content

Commit

Permalink
Merge pull request #873 from JuliaReach/schillic/fix_travis
Browse files Browse the repository at this point in the history
Fix Travis build of documentation
  • Loading branch information
schillic authored Nov 2, 2018
2 parents 9e1a1ae + 12c9ad6 commit 1e1fc08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ git:
after_success:
# documentation (restrict Documenter to release version 0.19.7 (breaking release) for now)
- julia -e 'VERSION >= v"0.7-" && using Pkg;
VERSION >= v"0.7-" && Pkg.add("Compat");
VERSION >= v"0.7-" && Pkg.add("IntervalArithmetic");
VERSION >= v"0.7-" && Pkg.add("RecipesBase");
Pkg.add("Documenter");
Pkg.add("Plots");
Pkg.add("GR");
Expand Down

0 comments on commit 1e1fc08

Please sign in to comment.