We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ba89b commit bcf8905Copy full SHA for bcf8905
1 file changed
.travis.yml
@@ -1,13 +1,14 @@
1
language: php
2
matrix:
3
include:
4
+ - php: 7.0
5
- php: 5.6
6
- php: 5.5
7
sudo: false
8
before_install:
9
- cd ..
- - wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.0.zip && unzip elasticsearch-1.7.0.zip
10
- - mv elasticsearch-1.7.0 elasticsearch
+ - wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip
11
+ - mv elasticsearch-1.7.5 elasticsearch
12
- cd elasticsearch
13
- bin/elasticsearch -d
14
0 commit comments