Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Dec 15, 2019
1 parent 9a4db79 commit 5286405
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
julia: 1.0
os: linux
script:
- export JL_PKG=MRIReco
- julia -e 'using Pkg; Pkg.instantiate()' #; Pkg.develop(PackageSpec(path=pwd()))'
- julia --color=yes docs/make.jl
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
- julia --project=docs docs/make.jl
#after_success: skip
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

2 comments on commit 5286405

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 5286405 Dec 16, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/6787

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.2.1 -m "<description of version>" 52864056f9ef2872d625dc67b974dbe8a9ce7942
git push origin v0.2.1

Please sign in to comment.