mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-28 17:13:31 +01:00
16439193a3
* Update Travis config to work with on Trusty architecture * Explicitly specify Trusty environment
4 lines
244 B
Bash
Executable File
4 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl -O https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.6/elasticsearch-2.4.6.deb && sudo dpkg -i --force-confnew elasticsearch-2.4.6.deb && sudo service elasticsearch restart
|