Skip to content

Commit

Permalink
Add WinRPM to Project.toml, update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Oct 4, 2018
1 parent e3c406d commit b98ac70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ git:
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia: 1.0
- julia: nightly

## uncomment and modify the following lines to manually install system packages
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["ScottPJones <[email protected]>"]
keywords = ["Strings", "ICU", "Encoding", "Regex"]
license = "MIT"
uuid = "62566d7f-c768-4ca3-a8fa-508ab99b922c"
version = "0.1.3"
version = "0.1.4"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -16,3 +16,4 @@ BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"

ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a" # 2v12uwlr0ueale6n
WinRPM = "c17dfb99-b4f7-5aad-8812-456da1ad7187"
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
julia 0.6 2-
BinDeps
ModuleInterfaceTools 0.1.6
StrAPI 0.1.7
StrAPI 0.1.8
CharSetEncodings 0.1.8
ChrBase 0.1.4
ChrBase 0.1.7
MurmurHash3 0.1.5
StrBase 0.1.7
StrBase 0.1.10
@windows WinRPM
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ platform:
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia_version: 1.0
- julia_version: latest

branches:
Expand Down

0 comments on commit b98ac70

Please sign in to comment.