mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
* Update Travis config to work with on Trusty architecture * Explicitly specify Trusty environment
3 lines
244 B
Bash
Executable file
3 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
|