Skip to content

Commit

Permalink
Update ICU versions, add Libdl
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Sep 26, 2018
1 parent b3e675e commit 618b0ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version = "0.1.2"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"

Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ StrAPI 0.1.7
CharSetEncodings 0.1.6
ChrBase 0.1.4
MurmurHash3 0.1.5
StrBase 0.1.4
StrBase 0.1.5
#@windows WinRPM
4 changes: 2 additions & 2 deletions deps/versions.jl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const versions = 60:-1:52
const apt_versions = [60, 58, 57, 55, 52]
const versions = 62:-1:52
const apt_versions = [62, 60, 58, 57, 55, 52]

0 comments on commit 618b0ba

Please sign in to comment.