Skip to content

Commit

Permalink
use var instead of fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed Apr 30, 2017
1 parent b644bb2 commit 7b2c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
- mkdir -p $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}
- 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}
Expand Down

0 comments on commit 7b2c4d3

Please sign in to comment.