We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109b339 commit 92c87aaCopy full SHA for 92c87aa
REQUIRE
@@ -1,2 +1,2 @@
1
julia 0.6
2
-StrTables
+StrTables 0.2.3
appveyor.yml
@@ -46,4 +46,4 @@ build_script:
46
Pkg.build(pkg)"
47
48
test_script:
49
- - C:\projects\julia\bin\julia -e "Pkg.test(\"Unicode_Entities\")"
+ - C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using Pkg); Pkg.test(\"Unicode_Entities\")"
0 commit comments