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