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.
1 parent 31c1f9c commit 1d41c03Copy full SHA for 1d41c03
.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