Skip to content

Commit

Permalink
use TRAVIS_BUILD_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
holisticode committed Sep 1, 2020
1 parent 24e1319 commit 217d3ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -ev

# Note: On OSX, GOPATH is set before GECKO_HOME environment variable
# which leads to $GOPATH within GECKO_HOME to be empty.
cd "$GOPATH/$GECKO_HOME"
cd $TRAVIS_BUILD_DIR
./scripts/build.sh
./scripts/build_test.sh

0 comments on commit 217d3ce

Please sign in to comment.