We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea19e45 commit f2d7ee5Copy full SHA for f2d7ee5
.travis.yml
@@ -13,6 +13,6 @@ env:
13
install:
14
- make bootstrap
15
script:
16
- - make build test-cover
+- make build test-style test-cover
17
after_success:
18
- - bash <(curl -s https://codecov.io/bash)
+- bash <(curl -s https://codecov.io/bash)
0 commit comments