Skip to content

Commit

Permalink
Merge pull request #302 from GiovineItalia/tn/fix-doc-building
Browse files Browse the repository at this point in the history
fix doc requirements loading, working on #299
  • Loading branch information
tlnagy authored Sep 15, 2018
2 parents afbb5c4 + 10ca1fc commit 4ba5e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ before_install:
sudo apt-get install -y libcairo2 libfontconfig1 libpango1.0-0 libpng12-0 libpng12-dev libpixman-1-0 gettext;
fi
after_success:
- julia -e 'using Pkg; Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; foreach(x->Pkg.add(x), readlines(open(joinpath("docs", "REQUIRE")))); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
1 change: 1 addition & 0 deletions docs/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Documenter
Cairo
Colors

0 comments on commit 4ba5e76

Please sign in to comment.