Added the subscription validator for in app billing

This commit is contained in:
tsuji_jumpei
2014-12-04 22:35:01 +09:00
parent 1f1601cd3c
commit 99e9a4e759
6 changed files with 244 additions and 8 deletions

View File

@@ -4,8 +4,7 @@ go:
before_install:
sudo pip install codecov
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get ./...
- make setup
script:
- make cover
after_success: