Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Apr 28, 2020
1 parent 5e9762d commit 2779cad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: julia

os:
# - osx
- osx
- linux
- windows

julia:
# - 1.0
- 1.3
- nightly

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ExtendableSparse = "^0.2.6"
ForwardDiff = "^0.10.0"
IterativeSolvers = "^0.8.0"
SparseDiffTools = "^1.0.0"
julia = "1"
julia = "^1.3"
2 changes: 1 addition & 1 deletion docs/src/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## v0.8
## v0.8 Apr 28, 2019
- Replaced VoronoiFVM grid module by [ExtendableGrids.jl](https://github.com/j-fu/ExtendableGrids.jl)
- Moved grid generation, modification, plotting over to ExtendableGrids
- Necessary changes in codes using VoronoiFVM:
Expand Down

2 comments on commit 2779cad

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 2779cad Apr 28, 2020

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/13808

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 v0.8.0 -m "<description of version>" 2779cadb849a13e6ea5a388d855605f087405056
git push origin v0.8.0

Please sign in to comment.