Can't rename GROWSTUFF_ELASTICSEARCH

This commit is contained in:
Brenda Wallace
2018-03-20 11:35:01 +13:00
parent a1e33ae36e
commit 00ea96a73e
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ cache:
- tmp/cache/assets/test/sprockets
env:
matrix:
- ELASTICSEARCH=true RSPEC_TAG=elasticsearch COVERAGE=true
- ELASTICSEARCH=false RSPEC_TAG=~elasticsearch COVERAGE=false
- GROWSTUFF_ELASTICSEARCH=true RSPEC_TAG=elasticsearch COVERAGE=true
- GROWSTUFF_ELASTICSEARCH=false RSPEC_TAG=~elasticsearch COVERAGE=false
- STATIC_CHECKS=true
global:
- GROWSTUFF_SITE_NAME="Growstuff (travis)"

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ "${ELASTICSEARCH}" = "true" ]; then
if [ "${GROWSTUFF_ELASTICSEARCH}" = "true" ]; then
set -euv
sudo dpkg -r elasticsearch
curl -O https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.0/elasticsearch-2.4.0.deb