Added little endian import to Travis

This commit is contained in:
silenteh 2016-01-26 15:35:01 +01:00
parent 57cba6ede0
commit eada29e8a3

View File

@ -6,6 +6,7 @@ go:
install:
- go get "github.com/sec51/qrcode"
- go get "github.com/sec51/cryptoengine"
- go get "github.com/sec51/convert/smallendian"
script:
- go test -v ./...