Skip to content

Commit 0a5b772

Browse files
committed
Update build scripts
1 parent 22a3809 commit 0a5b772

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,9 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
110110
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
111111

112112
[[StrTables]]
113-
deps = ["Dates", "Pkg", "Test"]
114-
git-tree-sha1 = "9c5a49b47a917e6c35dff90971f4326c37f78be6"
113+
repo-rev = ""
114+
repo-url = "https://github.com/JuliaString/StrTables.jl.git"
115115
uuid = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
116-
version = "0.2.1"
117116

118117
[[SuiteSparse]]
119118
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "LaTeX_Entities"
66
repo-rev = ""
77
repo-url = "https://github.com/JuliaString/LaTeX_Entities.jl.git"
88
uuid = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
9-
version = "0.2.2"
9+
version = "0.2.3"
1010

1111
[deps]
1212
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"

0 commit comments

Comments
 (0)