Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #124 from kdembler/new-lib-rework
Browse files Browse the repository at this point in the history
Fixes #120 Migrated to new plugin lib go
  • Loading branch information
katarzyna-z authored Mar 31, 2017
2 parents dbbbf18 + 18bceb6 commit 739f3af
Show file tree
Hide file tree
Showing 9 changed files with 397 additions and 363 deletions.
6 changes: 4 additions & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
sudo: true
services:
- docker
go:
- 1.7.x
env:
global:
- ORG_PATH=/home/travis/gopath/src/github.com/intelsdi-x
Expand All @@ -21,9 +23,9 @@
TEST_TYPE: large
matrix:
exclude:
- go: 1.6.x
- go: 1.7.x
env: SNAP_VERSION=latest TEST_TYPE=large
- go: 1.6.x
- go: 1.7.x
env: SNAP_VERSION=latest_build TEST_TYPE=large
deploy:
access_key_id: AKIAINMB43VSSPFZISAA
Expand Down
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
sudo: true
language: go
go:
- 1.6.x
- 1.7.x
services:
- docker
Expand All @@ -18,11 +17,11 @@ env:
- TEST_TYPE=build
matrix:
exclude:
- go: 1.6.x
- go: 1.7.x
env: SNAP_VERSION=latest TEST_TYPE=large
- go: 1.6.x
- go: 1.7.x
env: SNAP_VERSION=latest_build TEST_TYPE=large
- go: 1.6.x
- go: 1.7.x
env: TEST_TYPE=build
before_install:
- "[[ -d $SNAP_PLUGIN_SOURCE ]] || mkdir -p $ORG_PATH && ln -s $TRAVIS_BUILD_DIR $SNAP_PLUGIN_SOURCE"
Expand Down
62 changes: 37 additions & 25 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ import:
- package: github.com/influxdata/influxdb
subpackages:
- client/v2
- package: github.com/intelsdi-x/snap
version: ^1.0
- package: github.com/intelsdi-x/snap-plugin-lib-go
subpackages:
- control/plugin
- control/plugin/cpolicy
- core
- core/ctypes
- v1/plugin
testImport:
- package: github.com/smartystreets/goconvey
subpackages:
Expand Down
Loading

0 comments on commit 739f3af

Please sign in to comment.