Skip to content

Commit 1a5cf18

Browse files
committed
Update REQUIRE and use Pkg3 on v0.7
1 parent 026ed3b commit 1a5cf18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
[travis-s-img]: https://travis-ci.org/JuliaString/HTML_Entities.jl.svg
1616
[travis-m-img]: https://travis-ci.org/JuliaString/HTML_Entities.jl.svg?branch=master
1717

18-
[app-s-url]: https://ci.appveyor.com/project/ScottPJones/html_entities-jl
19-
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/html_entities-jl/branch/master
18+
[app-s-url]: https://ci.appveyor.com/project/ScottPJones/html-entities-jl
19+
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/html-entities-jl/branch/master
2020
[app-s-img]: https://ci.appveyor.com/api/projects/status/xp05kd5mamt92yhj?svg=true
2121
[app-m-img]: https://ci.appveyor.com/api/projects/status/xp05kd5mamt92yhj/branch/master?svg=true
2222

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
julia 0.6
2-
StrTables
2+
StrTables 0.2.3

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ build_script:
4646
Pkg.build(pkg)"
4747

4848
test_script:
49-
- C:\projects\julia\bin\julia -e "Pkg.test(\"HTML_Entities\")"
49+
- C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using Pkg); Pkg.test(\"HTML_Entities\")"

0 commit comments

Comments
 (0)