We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ebbc15 + 0884a6b commit 13ff29dCopy full SHA for 13ff29d
.travis.yml
@@ -17,7 +17,7 @@ env:
17
RAVENDB_BUILD_TYPE="nightly"
18
before_install:
19
- 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
+ - travis_retry sudo apt-get install -y libunwind8 wget libssl-dev curl unzip gettext libcurl4-openssl-dev zlib1g uuid-dev bzip2 openssl
21
- travis_retry wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=$RAVENDB_BUILD_TYPE&version=$RAVENDB_SERVER_VERSION"
22
- tar xjf RavenDB.tar.bz2
23
- mkdir certs; pushd certs
0 commit comments