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