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 #30 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 4eeb50f + 7451178 commit 7a792eb
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 `snaptel -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-df
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-df
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: I2gtRWoC4iQsYAzdnuhkqoBVep740cVD9gEoyROKzklnANqZGYVXcS9pak3Ir5HxM/j+UDwglBW6wzjWLrJFtWW43FVlYwnzxhfWMaEAwVfwrpaORq2Vhofa4z5ES0Y1OQSX34N9QIYXC8gMlygsWUvUTvdCsGwb7Jls2MrHAAtkDAIm3yz7VPDpkcQtfWhjjLn06GroazYebwn14UaALvsFxMveVzyoFVxa67rirj1rZz9aDX/2t60on5J7MGb6kQb4YAu2b+k9sfAXkcFgOFGniK7NUoSHK2j4ddnqUrAFoy55lKeogNQFcAx2sFIM7lK1AsMYjuospcGp+U7x4i6rtsj/+JekZPBITDHjIxlZWitxi9dqEeVGczcx0ieyncoFBnWudmalBcB9K7xNGDit8t0UF8uyRDc7CzkDTHsNH+K7ACJ66mI0+Wz1SyE3c4WzaWEK4wQNtxBA9lyuUIAAJIYYkvCGzPp1Bj3SR1GpDS9hSHONaRRoIzR/+AbYiZ5Qfq4Ghei0i0jJ/2XNC1sut4g+UyEXnRlRoXkRLfWiQBkSd9sw06AF0+IULF1P2F5PA9jb4SCVtlmodFImGaCjtY/ywEiwCBVcp/P9F7HuFKOOSmTHv10neCyeFShno/w/DFkSW2NdQG3nQK/p7Tnh/njCaXFMjlArnBecRHE=
Expand All @@ -66,4 +66,4 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-collector-df
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 7a792eb

Please sign in to comment.