Skip to content

Commit

Permalink
update circle
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Oct 21, 2015
1 parent 4b47ac0 commit d7f1c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ machine:
- source $HOME/.gvm/scripts/gvm; gvm install $GO_VERSION --binary
environment:
IMPORT_PATH: "github.com/influxdb/kapacitor"
GO_VERSION: go1.5.1
GO_VERSION: "go1.5.1"

dependencies:
override:
- source $HOME/.gvm/scripts/gvm; gvm use $GO_VERSION; mkdir -p "$GOPATH/src/$IMPORT_PATH"
- source $HOME/.gvm/scripts/gvm; gvm use $GO_VERSION; rsync -azC --delete ./ "$GOPATH/src/$IMPORT_PATH/"
- source $HOME/.gvm/scripts/gvm; gvm use "$GO_VERSION"; mkdir -p "$GOPATH/src/$IMPORT_PATH"
- source $HOME/.gvm/scripts/gvm; gvm use "$GO_VERSION"; rsync -azC --delete ./ "$GOPATH/src/$IMPORT_PATH/"

test:
override:
- source $HOME/.gvm/scripts/gvm; gvm use $GO_VERSION; make -C "$GOPATH/src/$IMPORT_PATH/"
- source $HOME/.gvm/scripts/gvm; gvm use "$GO_VERSION"; make -C "$GOPATH/src/$IMPORT_PATH/"

0 comments on commit d7f1c74

Please sign in to comment.