Skip to content

Commit

Permalink
Merge pull request #92 from CurricularAnalytics/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
haydenfree authored Jun 3, 2020
2 parents 8027211 + 6801d88 commit 37e0253
Show file tree
Hide file tree
Showing 68 changed files with 668 additions and 18,823 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
after_success: skip

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
Loading

2 comments on commit 37e0253

@haydenfree
Copy link
Member 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/15812

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 37e0253ac024980a8fe094b14032e4bbeea3fef9
git push origin v1.0.0

Please sign in to comment.