This commit is contained in:
Chris Allen 2014-08-15 18:24:59 -05:00
parent d1505b8e37
commit 758733bcd6

View File

@ -26,6 +26,7 @@ before_install:
- 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 service elasticsearch start
install:
- cabal-1.18 update