diff --git a/.travis.yml b/.travis.yml index 3eb53f7..60d6298 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: services: - postgresql before_install: - - curl -O https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/5.6.8/elasticsearch-5.6.8.deb && sudo dpkg -i --force-confnew elasticsearch-5.6.8.deb && sudo service elasticsearch restart + - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.8.deb && sudo dpkg -i --force-confnew elasticsearch-5.6.8.deb && sudo service elasticsearch restart before_script: - touch .env - psql -c 'create database opentrials_api_test;' -U postgres