mirror of
https://github.com/typeable/bloodhound.git
synced 2024-11-22 17:43:22 +03:00
force-all for dpkg in travis.yml
This commit is contained in:
parent
7cf7b4e806
commit
a7d8d40839
@ -25,7 +25,7 @@ before_install:
|
||||
- sudo apt-get install happy-1.19.3
|
||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/happy/1.19.3/bin:$PATH
|
||||
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ESVER.deb
|
||||
- sudo dpkg -i elasticsearch-$ESVER.deb
|
||||
- sudo dpkg --force-all -i elasticsearch-$ESVER.deb
|
||||
- sudo service elasticsearch start
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user