mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-01 13:50:40 +00:00
* Update Travis config to work with on Trusty architecture * Explicitly specify Trusty environment
3 lines
192 B
Bash
Executable file
3 lines
192 B
Bash
Executable file
#!/bin/bash
|
|
|
|
curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.3.3.deb && sudo dpkg -i --force-confnew elasticsearch-5.3.3.deb && sudo service elasticsearch restart
|