-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from einorler/6.0-dev
support for ONGR ES bundle 6.0
- Loading branch information
Showing
42 changed files
with
972 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,20 @@ | ||
sudo: required | ||
language: php | ||
php: | ||
- 7.0 | ||
- 7.1 | ||
- hhvm | ||
- 7.2 | ||
- 7.3 | ||
env: | ||
global: | ||
- ES_VERSION="5.0" JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre" | ||
matrix: | ||
allow_failures: | ||
- php: hhvm | ||
- ES_VERSION=6.2.3 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz | ||
install: | ||
# Container based PHP image ues PHP 5.6.5, once it will be upgraded sudo will be not necessary | ||
- sudo apt-get install -y oracle-java8-set-default | ||
- ES_URL=$(curl -sS "https://esvm-props.kibana.rocks/builds" | jq -r ".branches[\"$ES_VERSION\"].zip") | ||
- curl -L -o elasticsearch.zip $ES_URL | ||
- unzip elasticsearch.zip | ||
- ./elasticsearch-*/bin/elasticsearch -d | ||
- wget ${ES_DOWNLOAD_URL} | ||
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz | ||
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d | ||
before_script: | ||
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH | ||
- composer install --no-interaction --prefer-dist | ||
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction | ||
script: | ||
- vendor/bin/phpunit --coverage-clover=coveralls.clover | ||
- vendor/bin/phpcs -p --standard=PSR2 --extensions=php --ignore=vendor/,Tests/app/ ./ | ||
- vendor/bin/phpcs -p --standard=PSR2 --extensions=php --ignore=vendor/,Tests/,var/ ./ | ||
after_script: | ||
- travis_retry php vendor/bin/coveralls | ||
- travis_retry php vendor/bin/coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.