Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed May 29, 2018
1 parent 22a3809 commit 0a5b772
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ git:

## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
#matrix:
# allow_failures:
# - julia: nightly
matrix:
allow_failures:
- julia: nightly

# uncomment the following lines to override the default test script
script:
Expand Down
5 changes: 2 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

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

[[SuiteSparse]]
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "LaTeX_Entities"
repo-rev = ""
repo-url = "https://github.com/JuliaString/LaTeX_Entities.jl.git"
uuid = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
version = "0.2.2"
version = "0.2.3"

[deps]
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Expand Down

0 comments on commit 0a5b772

Please sign in to comment.