force-all for dpkg in travis.yml

This commit is contained in:
Chris Allen 2014-10-09 17:14:54 -05:00
parent 7cf7b4e806
commit a7d8d40839

View File

@ -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: