language: go go: - 1.4 install: - go get "github.com/sec51/rsc/qr" - go get "github.com/sec51/cryptoengine" script: - go test -v ./...