Skip to content

Commit

Permalink
Switch to Project.toml and update travis settings (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jun 4, 2019
1 parent 7011ffb commit 72ce245
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ os:
julia:
- 0.7
- 1.0
- 1.2
- nightly
notifications:
email: false

# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand Down
28 changes: 28 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "ImagineFormat"
uuid = "4bab44a2-5ff2-5a6b-8e10-825fb9ac126a"
author = ["Tim Holy <[email protected]>"]
version = "1.0.3"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
FixedPointNumbers = "≥ 0.3.0"
ImageMetadata = "≥ 0.1.1"
Images = "≥ 0.6.0"
Unitful = "≥ 0.12.0"
julia = "0.7, 1"

[extras]
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Images", "Test", "Random"]
6 changes: 0 additions & 6 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

2 comments on commit 72ce245

@timholy
Copy link
Owner Author

@timholy timholy commented on 72ce245 Jun 4, 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/1189

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 v1.0.3 -m "<description of version>" 72ce2454a71cf10917f036f838fa2943f2bf24f6
git push origin v1.0.3

Please sign in to comment.