We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8834ff9 commit b3f24b1Copy full SHA for b3f24b1
.travis.yml
@@ -1,12 +1,10 @@
1
language: python
2
python:
3
- 3.6
4
-env:
5
- - ES_VERSION=6.2.4 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
6
matrix:
7
include:
8
- python: 3.6
9
- env: TOXENV=py36 ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
+ env: TOXENV=py36 ES_VERSION=6.2.4 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
10
11
env: TOXENV=docs
12
0 commit comments