Skip to content

Commit d8dc4df

Browse files
committed
Merge pull request #496 from mboersma/tweak-travis-yml
fix(.travis.yml): return to original dir after success
2 parents a29affe + 7bb3f61 commit d8dc4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
script:
2121
- make test
2222
after_success:
23-
- cd rootfs/ && codecov
23+
- pushd rootfs/ && codecov && popd
2424
deploy:
2525
- provider: script
2626
# ensure client/doc builds aren't removed

0 commit comments

Comments
 (0)