From aae198d039c7ed21a89ee445ad0b81ce3b2c55e2 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Thu, 12 Jan 2017 14:23:32 +0100 Subject: [PATCH] gopath --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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