File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1313 RAVENDB_TEST_HTTPS_SERVER_URL=https://localhost:8989
1414 matrix :
1515 - RAVENDB_SERVER_VERSION="4.1"
16+ RAVENDB_BUILD_TYPE="stable"
17+ - RAVENDB_SERVER_VERSION="4.2"
18+ RAVENDB_BUILD_TYPE="nightly"
1619before_install :
1720 - travis_retry sudo apt-get -qq update
1821 - travis_retry sudo apt-get install -y libunwind8 wget libicu52 libssl-dev curl unzip gettext libcurl4-openssl-dev zlib1g uuid-dev bzip2 openssl
19- - travis_retry wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=stable &version=$RAVENDB_SERVER_VERSION"
22+ - travis_retry wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=$RAVENDB_BUILD_TYPE &version=$RAVENDB_SERVER_VERSION"
2023 - tar xjf RavenDB.tar.bz2
2124 - mkdir certs; pushd certs
2225 - openssl genrsa -out ca.key 2048
You can’t perform that action at this time.
0 commit comments