X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=893fe9f58ceb306b0a93cb1ad9c01fb9b55eebd9;hb=6a7ebc0d46c8d66adbf69f3bb0d26973ce11879c;hp=08aa0518736af212a7beadc5ec04052c42d7cba6;hpb=aab5f2a37290fcf7e85fabc828e3379317bf8221;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 08aa051..893fe9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ addons: apt: packages: - npm - - hoogle before_install: - printenv @@ -34,7 +33,11 @@ before_install: - git init - git remote add origin https://github.com/haskell/haskell-ide-engine.git - git pull origin master + - git submodule init + - git submodule sync + - git submodule update --init - stack --no-terminal install + - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR - hie --version # - git submodule init