Skip to content

Commit f2d7ee5

Browse files
committed
fix(.travis.yml): Make travis apply style checks
1 parent ea19e45 commit f2d7ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ env:
1313
install:
1414
- make bootstrap
1515
script:
16-
- make build test-cover
16+
- make build test-style test-cover
1717
after_success:
18-
- bash <(curl -s https://codecov.io/bash)
18+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)