Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .travis.yml #21

Open
wants to merge 24 commits into
base: minimal-build-check
Choose a base branch
from
31 changes: 12 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
language: ruby
ruby: 2.7.6
git:
submodules: false
quiet: true
depth: false
addons:
postgresql: "9.5"
services:
- postgresql
- elasticsearch
language: php
php: 8.2
os: linux

before_install:
- git submodule update --init --recursive --quiet
- sleep 10
install: skip
script: php --version

before_script:
- timeout 30 sh -c 'until nc -z $0 $1; do sleep 1; done' localhost 9200

script:
- curl http://localhost:9200/_cluster/health?pretty
jobs:
include:
- stage: one
dist: jammy
- stage: one
dist: focal
- stage: one
dist: bionic