Open mohawk2 opened 4 years ago
Using Travis's cache (of only the site_perl
dir) seems to save a further 60 secs on each build, since the deps-installing only needs to check versions haven't changed: https://travis-ci.org/dbsrgits/sql-translator/builds/659659518
The coverage change seems to speed up builds by 10-20 secs.
Before: https://travis-ci.org/dbsrgits/sql-translator/builds/659623461 (albeit without the now-available pre-built 5.8-5.12) After: https://travis-ci.org/dbsrgits/sql-translator/builds/659640778