I guess we won't check the ES dl server cert?

This commit is contained in:
Michael Xavier 2015-03-17 08:16:30 -07:00
parent b0c7d1bf5b
commit e773b5b6d9

View File

@ -25,7 +25,7 @@ before_install:
- sudo apt-get install cabal-install-1.20 ghc-$GHCVER
- 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
- wget --no-check-certificate https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ESVER.deb
- sudo dpkg --force-all -i elasticsearch-$ESVER.deb
- sudo service elasticsearch start