Skip to content

Commit f8dc754

Browse files
committed
Update build scripts
1 parent f8ab85c commit f8dc754

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ git:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
#matrix:
17-
# allow_failures:
18-
# - julia: nightly
16+
matrix:
17+
allow_failures:
18+
- julia: nightly
1919

2020
# uncomment the following lines to override the default test script
2121
script:

Manifest.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
[[Dates]]
22
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
33

4-
[[OldPkg]]
5-
uuid = "fe1c5a76-5840-53d2-82f9-288dd83ce2ce"
6-
74
[[Pkg]]
85
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
96

107
[[StrTables]]
11-
deps = ["Dates", "Pkg", "Test"]
12-
git-tree-sha1 = "9c5a49b47a917e6c35dff90971f4326c37f78be6"
8+
repo-rev = ""
9+
repo-url = "https://github.com/JuliaString/StrTables.jl.git"
1310
uuid = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
14-
version = "0.2.1"
1511

1612
[[Test]]
1713
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
authors = ["ScottPJones <[email protected]>"]
1+
name = "HTML_Entities"
22
desc = "Entities from HTML data tables"
3+
authors = ["ScottPJones <[email protected]>"]
34
keywords = ["Entities", "HTML"]
45
license = "MIT"
5-
name = "HTML_Entities"
66
repo-rev = ""
77
repo-url = "https://github.com/JuliaString/HTML_Entities.jl.git"
88
uuid = "7693890a-d069-55fe-a829-b4a6d304f0ee"
9-
version = "0.2.2"
9+
version = "0.2.3"
1010

1111
[deps]
1212
Pkg = "fe1c5a76-5840-53d2-82f9-288dd83ce2ce"

0 commit comments

Comments
 (0)