Skip to content

Commit

Permalink
core: updating to use go modules in build and completely remove dep
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Oct 15, 2019
1 parent ae501c5 commit 5faa751
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 539 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go_import_path: gobot.io/x/gobot
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
matrix:
allow_failures:
Expand Down Expand Up @@ -39,15 +40,13 @@ before_install:
- export PKG_CONFIG_PATH=$(pkg-config --variable pc_path pkg-config):$HOME/usr/lib/pkgconfig
- export INCLUDE_PATH=$HOME/usr/include:${INCLUDE_PATH}
- export LD_LIBRARY_PATH=$HOME/usr/lib:${LD_LIBRARY_PATH}
- export GO111MODULE=on
- sudo ln /dev/null /dev/raw1394
- cd $HOME/gopath/src/gobot.io/x/gobot
- go get github.com/axw/gocov/gocov
- go get -u github.com/golang/dep/cmd/dep
- go get -u github.com/stretchr/testify
before_cache:
- rm -f $HOME/fresh-cache
install:
- dep ensure
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down
Loading

0 comments on commit 5faa751

Please sign in to comment.