Skip to content

Commit 71b4011

Browse files
committed
Update versions & drop support for Julia v0.x
1 parent 5c76c3a commit 71b4011

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.6
8-
- 0.7
97
- 1.0
8+
- 1.1
109
- nightly
1110
notifications:
1211
email: false
@@ -24,4 +23,4 @@ git:
2423

2524
after_success:
2625
# push coverage results to Coveralls & Codecov
27-
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
26+
- julia -e 'using Pkg; cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"]
44
license = "MIT"
55
name = "Unicode_Entities"
66
uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
7-
version = "0.2.9"
7+
version = "0.3.0"
88

99
[deps]
1010
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"

REQUIRE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
julia 0.6 2-
2-
StrTables 0.2.6
1+
julia 1 2-
2+
StrTables 0.3.0

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 0.6
4-
- julia_version: 0.7
53
- julia_version: 1.0
4+
- julia_version: 1.1
65
- julia_version: latest
76

87
platform:
@@ -13,7 +12,6 @@ platform:
1312
## (tests will run but not make your overall status red)
1413
matrix:
1514
allow_failures:
16-
- julia_version: 1.0
1715
- julia_version: latest
1816

1917
branches:

0 commit comments

Comments
 (0)