Skip to content

Commit

Permalink
fix go build
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed Apr 30, 2017
1 parent f87c36c commit b644bb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ before_install:
- export PATH=$HOME/.yarn/bin:$PATH
- export GOPATH=$HOME/gopath
- export PATH=$HOME/gopath/bin:$PATH
- mkdir -p $HOME/gopath/src/github.com/aerokube/selenoid-ui
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}/
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}
- cd $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.8 bash)"
- go get -u github.com/jteeuwen/go-bindata/...
- go get -u github.com/elazarl/go-bindata-assetfs/...
Expand Down

0 comments on commit b644bb2

Please sign in to comment.