Skip to content

Commit

Permalink
require julia 1.0 and do not test on that version
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Nov 20, 2019
1 parent 9749bc4 commit d3f6c73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ os:
- windows
- osx
julia:
- 0.7
- 1.0
- 1.1
- 1.2
# - nightly
- nightly
notifications:
email: false
branches:
Expand All @@ -20,15 +18,15 @@ addons:
- hdf5-tools
# uncomment the following lines to allow failures on nightly julia
# (tests will run but not make your overall status red)
# matrix:
# allow_failures:
# - julia: nightly
matrix:
allow_failures:
- julia: nightly

## uncomment following lines to deploy documentation
jobs:
include:
- stage: Documentation
julia: 1.1
julia: 1.2
os: linux
script:
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MPIFiles"
uuid = "371237a9-e6c1-5201-9adb-3d8cfa78fa9f"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.7.1"
version = "0.8"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -22,7 +22,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
julia = "0.7, 1"
julia = "1.0"
AxisArrays = "0.3"
HDF5 = "0.12.2"
FileIO = "1.0"
Expand Down

2 comments on commit d3f6c73

@tknopp
Copy link
Member Author

@tknopp tknopp commented on d3f6c73 Nov 20, 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/5621

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

Please sign in to comment.