mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
16439193a3
* Update Travis config to work with on Trusty architecture * Explicitly specify Trusty environment
4 lines
192 B
Bash
Executable File
4 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
|