We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a29affe + 7bb3f61 commit d8dc4dfCopy full SHA for d8dc4df
1 file changed
.travis.yml
@@ -20,7 +20,7 @@ install:
20
script:
21
- make test
22
after_success:
23
- - cd rootfs/ && codecov
+ - pushd rootfs/ && codecov && popd
24
deploy:
25
- provider: script
26
# ensure client/doc builds aren't removed
0 commit comments