Skip to content

Commit

Permalink
install github.com/fibercrypto/fibercryptowallet on travis ref fiberc…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Denis committed Feb 28, 2020
1 parent 6c685d0 commit 7cb174c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:

install:
- if [[ ! -d $GOPATH/src/github.com/fibercrypto/skywallet-go ]]; then mkdir -p $GOPATH/src/github.com/skycoin; ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/fibercrypto/skywallet-go; fi
- go get -d github.com/fibercrypto/fibercryptowallet
- go get github.com/vektra/mockery/.../
- cd $GOPATH/src/github.com/fibercrypto/skywallet-go
- make mocks
Expand Down

0 comments on commit 7cb174c

Please sign in to comment.