diff --git a/.travis.yml b/.travis.yml index 9f0639f..c12a2c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ before_install: + - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH" + - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" - sudo apt-get -qq update - sudo apt-get install -y hunspell hunspell-ru hunspell-en-us hunspell-de-de - curl -s https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group > .dict_page