github.com/mattn/anko@v0.1.10/.travis.yml (about) 1 language: go 2 3 go: 4 - 1.8.x 5 - 1.9.x 6 - 1.10.x 7 - 1.11.x 8 - 1.12.x 9 - 1.13.x 10 - 1.14.x 11 12 env: 13 secure: "ELC4rD8nn2l5T48WYbTfcbwGGBmNxl7LAu05hgx5AB9/KA+oD3oBKIJkZqD512gJ31Gtyla/hG9QOgU7LikfWdpGuJjVILy01ZqtgP5SSKsrTdlln1D5pK1ZyHJNrEPevb3W5PYn9ahHnjKGtpobXj4/E0sCXfRPH67jv9hffYs=" 14 15 before_install: 16 - go get -u github.com/haya14busa/goverage 17 18 script: 19 - goverage -v -coverprofile=coverage.txt -covermode=count ./vm ./env . ./ast/astutil 20 21 after_success: 22 - bash <(curl -s https://codecov.io/bash)