We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f9f6ee + 1d41c03 commit f57fd01Copy full SHA for f57fd01
.travis.yml
@@ -27,6 +27,7 @@ matrix:
27
fast_finish: true
28
29
before_script:
30
+ - phpenv config-add travis.php.ini
31
- /usr/share/elasticsearch/bin/elasticsearch -v
32
- sudo /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.0.0
33
- sudo service elasticsearch restart
travis.php.ini
@@ -0,0 +1 @@
1
+memory_limit = 2G
0 commit comments