Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to go modules and change Travis files #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 7 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: go

matrix:
include:
- os: linux
Expand All @@ -7,22 +9,10 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- os: osx
language: generic
install:
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
export PATH="$PATH:$HOME/bin" ;
echo "PATH=$PATH";
fi
# Install OS-specific dependencies
- sh "./ci-scripts/install-${TRAVIS_OS_NAME}.sh"
# Install go
- eval "$(gimme 1.10)"
- if [ -z "$GOPATH" ] ; then
mkdir -p $HOME/gopath ;
export GOPATH="$HOME/gopath" ;
export PATH="$PATH:$GOPATH/bin" ;
fi
# - os: osx
# python: 3.5
# language: python

script:
- make check-go
- make build-c
Expand All @@ -33,7 +23,5 @@ script:
- make clean-py
- git checkout -- js/package-lock.json && git status --ignored
- test -z "$(git status --porcelain --ignored | grep -v '[.]DS_Store' | grep -v 'go/')"
notifications:
# https://github.com/kvld/travisci-telegram TravisCI Telegram Bot integration
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify


17 changes: 0 additions & 17 deletions Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions Gopkg.toml

This file was deleted.

8 changes: 0 additions & 8 deletions ci-scripts/install-linux.sh

This file was deleted.

12 changes: 0 additions & 12 deletions ci-scripts/install-osx.sh

This file was deleted.

7 changes: 7 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
github.com/gogo/protobuf v1.2.1 h1:/s5zKNz0uPFCZ5hddgPdo2TK2TVrUNMn0OOX8/aZMTE=
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/skycoin/hardware-wallet-protob v0.0.0-20190714190439-bd9f95c53447 h1:bb1HcnFnPi2nNrtQxlM2OhJdYrgKyhJCmYttCCAFyl4=
github.com/skycoin/hardware-wallet-protob v0.0.0-20190714190439-bd9f95c53447/go.mod h1:DQkREFo9i5Lh6i0oPrCH4smPzhBQiKIzUqr7fbRya0Y=
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
5 changes: 0 additions & 5 deletions vendor/github.com/gogo/protobuf/GOLANG_CONTRIBUTORS

This file was deleted.

Loading