Skip to content

Commit

Permalink
add documenter to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Mar 2, 2019
1 parent ddb9895 commit 5e7e5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
julia: 1.0
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/sisl/Vec.jl"));
- julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter");
Pkg.add(PackageSpec(url="https://github.com/sisl/Vec.jl"));
Pkg.add(PackageSpec(url="https://github.com/sisl/Records.jl"));
Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveDrivingModels.jl"));
Pkg.develop(PackageSpec(path=pwd()));
Expand Down

0 comments on commit 5e7e5d2

Please sign in to comment.