Skip to content

Commit

Permalink
Update REQUIRE & version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Oct 4, 2018
1 parent cf62392 commit 5e45f5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
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
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -4,7 +4,7 @@ keywords = ["Strings", "Regex", "PCRE", "Unicode"]
license = "MIT"
name = "StrRegex"
uuid = "2267b70d-4c4a-5da2-8395-98751c0d506a"
version = "0.1.5"
version = "0.1.6"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
6 changes: 3 additions & 3 deletions REQUIRE
@@ -1,8 +1,8 @@
julia 0.6 2-
PCRE2 0.1.2
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
1 change: 0 additions & 1 deletion appveyor.yml
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 5e45f5d

Please sign in to comment.