Skip to content

Commit e4f1205

Browse files
committed
travis - try to fix node not available sleep 10
1 parent 703cfb0 commit e4f1205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ jdk:
88
before_install:
99
- wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.0.0/elasticsearch-2.0.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.0.0.deb
1010
- sudo /usr/share/elasticsearch/bin/plugin install delete-by-query
11+
1112
services:
1213
- elasticsearch
1314

1415

1516
script:
17+
- sleep 10
1618
- ulimit -a
1719
- mvn test

0 commit comments

Comments
 (0)