Skip to content

Commit

Permalink
documenter off
Browse files Browse the repository at this point in the history
  • Loading branch information
wherrera10 authored Sep 27, 2019
1 parent 12b2e5e commit e2e773f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,4 @@ after_success:
Pkg.add("Coverage");
using Coverage;
Coveralls.submit(Coveralls.process_folder())'
jobs:
include:
- stage: "Documentation"
julia: 1.2
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate();'
- julia --project=docs/ docs/make.jl
after_success: skip

2 comments on commit e2e773f

@wherrera10
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/3871

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.1 -m "<description of version>" e2e773f6e2cb7d27f935889d189589d5ce929533
git push origin v0.0.1

Please sign in to comment.