We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd13bc commit a8b197fCopy full SHA for a8b197f
.travis.yml
@@ -14,7 +14,7 @@ install:
14
- docker-compose build
15
16
script:
17
- - docker-compose run tests $(bash <(curl -s https://codecov.io/env))
+ - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
18
19
env:
20
- PG_VERSION=10 CHECK_CODE=clang
0 commit comments