Skip to content

Commit fb06668

Browse files
-
1 parent 5a29db8 commit fb06668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ services:
88

99
before_install:
1010
- nvm install 12.18.1
11-
- curl -s -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-amd64.deb
12-
- sudo dpkg -i --force-confnew elasticsearch-7.9.2-amd64.deb
11+
- curl -s -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.3-amd64.deb
12+
- sudo dpkg -i --force-confnew elasticsearch-7.9.3-amd64.deb
1313
- sudo sed -i.old 's/-Xms1g/-Xms128m/' /etc/elasticsearch/jvm.options
1414
- sudo sed -i.old 's/-Xmx1g/-Xmx128m/' /etc/elasticsearch/jvm.options
1515
- echo -e '-XX:+DisableExplicitGC\n-Djdk.io.permissionsUseCanonicalPath=true\n-Dlog4j.skipJansi=true\n-server\n' | sudo tee -a /etc/elasticsearch/jvm.options

0 commit comments

Comments
 (0)