Skip to content

Commit

Permalink
use correct options
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Aug 29, 2018
1 parent 49362eb commit ba89351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ services:

before_install:
- source scripts/travis-deps.sh
- cd $GOPATH
- mkdir -a $GOPATH/src/storj.io
- mv $TRAVIS_BUILD_DIR $GOPATH/src/storj.io/storj
- export TRAVIS_BUILD_DIR=$GOPATH/src/storj.io/storj
- cd $TRAVIS_BUILD_DIR

install:
- GO111MODULE=off make build-dev-deps
Expand Down
5 changes: 5 additions & 0 deletions scripts/travis-deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
set -x

mkdir -p $GOPATH/src/storj.io
mv $GOPATH/src/github.com/storj/storj $GOPATH/src/storj.io
export TRAVIS_BUILD_DIR=$GOPATH/src/storj.io/storj
cd $TRAVIS_BUILD_DIR

pushd $HOME

virtualenv my_py3 --python=/usr/bin/python3.4
Expand Down

0 comments on commit ba89351

Please sign in to comment.