add circle.yml. disable js test

This commit is contained in:
Ethan Buchman
2016-07-06 17:01:20 -04:00
parent 732634112b
commit 49a67aee8a
4 changed files with 27 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ COUNTER_APP="counter" go run test_counter.go
COUNTER_APP="counter -tmsp=grpc" go run test_counter.go -tmsp=grpc
# test nodejs counter
COUNTER_APP="node $GOPATH/src/github.com/tendermint/js-tmsp/example/app.js" go run test_counter.go
#COUNTER_APP="node $GOPATH/src/github.com/tendermint/js-tmsp/example/app.js" go run test_counter.go