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 #128 from nanliu/travis
Browse files Browse the repository at this point in the history
Bump golang versions.
  • Loading branch information
Maria Rolbiecka authored Apr 12, 2017
2 parents 2244beb + 162357a commit 840be21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
sudo: true
services:
- docker
go:
- 1.7.x
env:
global:
- ORG_PATH=/home/travis/gopath/src/github.com/intelsdi-x
Expand Down
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
sudo: true
language: go
go:
- 1.7.x
- 1.7.x
- 1.8.x
services:
- docker
env:
Expand Down Expand Up @@ -50,7 +51,7 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-publisher-influxdb
branch: master
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION =~ ^1\.8\.[0-9]+$
- provider: s3
access_key_id: AKIAINMB43VSSPFZISAA
secret_access_key:
Expand All @@ -64,7 +65,7 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-publisher-influxdb
tags: true
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION =~ ^1\.8\.[0-9]+$
- provider: releases
api_key:
secure: BxPzO6z768C2Sc6lijoRJNhMiL+HnUfcLWXB99WVQM++OaY+3t98EjabETvPfgCfl3gxyBrTnfn3umuj3dbFCSspptY+mnI/sjvvu3yfHMOPOGT+5yhPzBir+WA5GN4gAlAwvOoMYTUJf//An7b4Pa+98Tz52MJMtYvNPTtHmG8K4G6xhWRtkuIRp7jMrBJpp27RHBW03csBcX+wYwaPjTtRev4/VhnbQxquSq6EYWSXlxBPNt24y2zQJ5qcFs50XEz6FVzXp9S4rN9ngVbCHfdmwM/JxJCoeKgjDJErVb8VISNUHUHTin+4vtAU4ypheyWzxNcpGeCIECd7eNSwXFoCAZlmJIORDiWX3BlE7Hjxn+J3h0hw2EkOt6B/ReaY0fdg88xWZCGgUYiXTt4EQ7h0XugpQjTme/3w0efWufikwvgJi7EG1ITKTmTwvh8ps8IkU9WigIqcTacTLE051EIVhVsiUZJsuGgIdhQ3d3XCGS500GxNifrTxovOu2l0D3DKXoMbzt9quDHWSU28iJZsnAaYAKGt1M4rvahuC0KQ2d64Qcy4qIzoFc2O2FY9xqZGYAn0h0uPdzCgBj9FoHu3D/YEUDM7XTTws0hVT94/HpDcCiqd4zuE95cD0fHCjQfCWOBf9qMxbKWTAyHslMGtTwlIFL1IaAjLNpyI3SI=
Expand All @@ -75,4 +76,4 @@ deploy:
on:
repo: intelsdi-x/snap-plugin-publisher-influxdb
tags: true
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$
condition: $TEST_TYPE = "build" && $TRAVIS_GO_VERSION =~ ^1\.8\.[0-9]+$

0 comments on commit 840be21

Please sign in to comment.