Skip to content

Commit 13ff29d

Browse files
authored
Merge pull request #207 from gregolsky/v4.1
dont use libicu52 on ci
2 parents 2ebbc15 + 0884a6b commit 13ff29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
RAVENDB_BUILD_TYPE="nightly"
1818
before_install:
1919
- travis_retry sudo apt-get -qq update
20-
- travis_retry sudo apt-get install -y libunwind8 wget libicu52 libssl-dev curl unzip gettext libcurl4-openssl-dev zlib1g uuid-dev bzip2 openssl
20+
- travis_retry sudo apt-get install -y libunwind8 wget libssl-dev curl unzip gettext libcurl4-openssl-dev zlib1g uuid-dev bzip2 openssl
2121
- travis_retry wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=$RAVENDB_BUILD_TYPE&version=$RAVENDB_SERVER_VERSION"
2222
- tar xjf RavenDB.tar.bz2
2323
- mkdir certs; pushd certs

0 commit comments

Comments
 (0)