Skip to content

Commit

Permalink
Merge branch 'julia_upgrade_1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopessia committed Sep 2, 2019
2 parents 770899a + 19a2b52 commit 15e81b3
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 500 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: julia

julia:
- 1.1
- 1.0
- 1.2
- nightly

os:
- linux
Expand All @@ -15,9 +17,10 @@ addons:
notifications:
email: false

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(; verbose=true); Pkg.test(; coverage=true);'
matrix:
fast_finish: true
allow_failures:
- julia: nightly

after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder());'
Loading

2 comments on commit 15e81b3

@albertopessia
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/3165

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.5.2 -m "<description of version>" 15e81b33a99e4ea3565c2eba37593ab487036263
git push origin v0.5.2

Also, note the warning: Version 0.5.2 skips over 0.5.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.