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 #20 from nanliu/pluginsync
Browse files Browse the repository at this point in the history
Update from Intelsdi-x pluginsync 0.1.9
  • Loading branch information
nanliu authored Dec 7, 2016
2 parents beec284 + 39942c9 commit 34d3c1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you suspect your issue is a bug, please add as much context as you can using
As a basic rule, if you cannot provide enough information to continue addressing the issue within 7 days, a maintainer will close it. We will, however, reopen it if you later provide the information. Thanks again.
-->

**Snap version** (use `snapctl -v`):
**Snap daemon version** (use `snapteld -v`):

**Environment**:
- **Cloud provider or hardware configuration**:
Expand Down
2 changes: 1 addition & 1 deletion .pluginsync.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# File managed by pluginsync
pluginsync_config: '0.1.8'
pluginsync_config: '0.1.9'
managed_files:
- .github
- .github/ISSUE_TEMPLATE.md
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: go
go:
- 1.6.3
- 1.7.1
- 1.7.3
env:
global:
- ORG_PATH=/home/travis/gopath/src/github.com/intelsdi-x
Expand Down Expand Up @@ -42,7 +42,7 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-collector-nova
branch: master
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION = "1.7.1"
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION = "1.7.3"
- provider: s3
access_key_id: AKIAINMB43VSSPFZISAA
secret_access_key:
Expand All @@ -56,7 +56,7 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-collector-nova
tags: true
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION = "1.7.1"
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION = "1.7.3"
- provider: releases
api_key:
secure: X+0r/GzYM5aLP/uNk3lnwCXPf3mDb4y1n+hxPWbwGrgiRDSVt9a3gFWiqQ1Vz0pVSSZ3MDD/MBrThSsigd6IXPIgsXezDLEu3Bsb8keTwVrCo1FmKLPUcle4jM/j4rh7Ew9HzCXtSfYHb8bx7e/3WxCIabVa8zi/QRMTIynFD+9KaNAGLu8HWwwt7Di19/amfwDT4oBLnxhZfxRGLnj71NHmPyhrRRE+8jXZIm8N6ENeEP+IEHW43lEMbKDu3I+9IcEiG7GdcqHd9qZrxhe358UUsjygqBw9bVziAIXLhpWcYvMS1sfq00YRvnyYvlZDLknm/OwStJxTcDC6dJYe/cV3nBWPVsrnjeFs9476mBpKEMQrhFEh/QQnL8o4ByDNtr3nyTxCYtrxRZvoQb11tZ4+5c5I5YF0yFl6WjFrhoS9sFrYDixPtpvKr01/grFO6xN4Uv/6AG6HsZNdrEZGEv7Tn6SIZq/ZHynJeLBC8RT+3j86BzV8pixBOTJu5q7lMRKh/lhqRteDRtGyOqUWezWC7xbi01q63D7hAWWBnHsAMxXcoC+VDg41qYex8XJi/FBbowT5bT3dqvk2ZtM6LwbnZSP8dw6sgdMpgzMKNA2W6lhA0NARlwGgDuij0TAdzHK+uMlTPs02i93KlUC7wWPpExdGuxxXZnWYVdCtkr0=
Expand All @@ -66,4 +66,4 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-collector-nova
tags: true
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION = "1.7.1"
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION = "1.7.3"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ git checkout -b some-topic-branch
* Open a pull request for the appropriate project.
* Contributors will review your pull request, suggest changes, and merge it when it’s ready and/or offer feedback.
If you have questions feel free to contact the [maintainers](https://github.com/intelsdi-x/snap/blob/master/README.md#maintainers).
If you have questions feel free to contact the [maintainers](https://github.com/intelsdi-x/snap/blob/master/docs/MAINTAINERS.md).
## Contributing Examples
The most immediately helpful way you can benefit this project is by cloning the repository, adding some further examples and submitting a pull request.
Expand Down
3 changes: 2 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ elif [[ $TEST_TYPE == "medium" ]]; then
if [[ -f "${__dir}/medium.sh" ]]; then
. "${__dir}/medium.sh"
else
UNIT_TEST="go_test"
UNIT_TEST="go_test go_cover"
echo "mode: count" > profile.cov
test_unit
fi
elif [[ $TEST_TYPE == "large" ]]; then
Expand Down

0 comments on commit 34d3c1d

Please sign in to comment.