Skip to content

Commit

Permalink
Merge pull request #202 from gregolsky/v4.1
Browse files Browse the repository at this point in the history
enable testing on 4.2 server + update few pkgs
  • Loading branch information
gregolsky authored Mar 29, 2019
2 parents 15d6da3 + 0d93396 commit 43010da
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 342 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ env:
RAVENDB_TEST_HTTPS_SERVER_URL=https://localhost:8989
matrix:
- RAVENDB_SERVER_VERSION="4.1"
RAVENDB_BUILD_TYPE="stable"
- RAVENDB_SERVER_VERSION="4.2"
RAVENDB_BUILD_TYPE="nightly"
before_install:
- travis_retry sudo apt-get -qq update
- 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 wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=stable&version=$RAVENDB_SERVER_VERSION"
- travis_retry wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=$RAVENDB_BUILD_TYPE&version=$RAVENDB_SERVER_VERSION"
- tar xjf RavenDB.tar.bz2
- mkdir certs; pushd certs
- openssl genrsa -out ca.key 2048
Expand Down
Loading

0 comments on commit 43010da

Please sign in to comment.