Skip to content

Commit

Permalink
Merge pull request #20 from johnnychen94/new-registrator
Browse files Browse the repository at this point in the history
switch to new registrator and drop CI support for julia 0.7
  • Loading branch information
Evizero authored Apr 26, 2019
2 parents 582a549 + bb4ad36 commit 78f3243
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
- julia: nightly
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes --color=yes -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("ImageInTerminal"); Pkg.test("ImageInTerminal"; coverage=true)';

# use default travis script to test

# control of actual deployment is in the Documenter make script
#jobs:
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 = "ImageInTerminal"
uuid = "d8c32880-2388-543b-8c61-d9f865259254"
version = "0.4.0"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"

[compat]
ColorTypes = ">= 0.3.2"
Crayons = ">= 0.1.0"
ImageCore = ">= 0.7"
ImageTransformations = ">= 0.3.0"
julia = ">= 1.0"

[extras]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[targets]
test = ["Test", "FixedPointNumbers", "TestImages", "OffsetArrays", "CoordinateTransformations", "Rotations", "ImageMagick"]
5 changes: 0 additions & 5 deletions REQUIRE

This file was deleted.

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: latest

platform:
Expand Down
6 changes: 0 additions & 6 deletions test/REQUIRE

This file was deleted.

2 comments on commit 78f3243

@Evizero
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 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/329

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v0.4.0 -m "<description of version>" 78f32431ee7dee9ef072ddbce37584b2c2ab620d
git push origin v0.4.0

Please sign in to comment.