diff --git a/.travis.yml b/.travis.yml index 8cd24c8..fb8a32a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ matrix: sudo: required go: 1.12.x script: - - goveralls -repotoken OtaVjZWgbWWgNkhlFMdlePbFZGogdkiFQ - make install - GO111MODULE=on + - goveralls -repotoken OtaVjZWgbWWgNkhlFMdlePbFZGogdkiFQ - go test ./crypto/pdu - go test ./crypto/ethereum - go test ./crypto/bitcoin