Skip to content

Commit 92a7394

Browse files
committed
Adding documenter step
1 parent 2c5c71d commit 92a7394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
julia: 1.0
2222
os: linux
2323
script:
24-
- julia -e 'import Pkg; Pkg.add("Documenter")'
24+
- julia -e 'import Pkg; Pkg.add("Documenter"); Pkg.add("DataFrames")'
2525
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
2626
Pkg.instantiate()'
2727
- julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)