We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3ffe8 commit a064be8Copy full SHA for a064be8
.travis.yml
@@ -17,7 +17,7 @@ addons:
17
services:
18
- docker
19
# - rabbitmq
20
-# - elasticsearch
+ - elasticsearch
21
language: php
22
php:
23
- 7.2
@@ -67,7 +67,7 @@ install:
67
- git submodule init
68
- cd .docker-install
69
- sudo pip install -r requirements.txt
70
- - python install.py --install-path ../ --domain travisgento.com --mage 2 --php 72 --redis --rabbitmq --elasticsearch --ioncube
+ - python install.py --install-path ../ --domain travisgento.com --no-http2 --mage 2 --php 72 --redis --rabbitmq --elasticsearch --ioncube --varnish=0 --no-mutagen
71
- cd ../
72
# Install canned
73
- npm install -g canned
0 commit comments