Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić 945067d771 Avoid `dep` clashing with Bundler
`dep` aggressively prunes everything under `vendor/`. Unfortunately,
this consistently nukes the contents of `vendor/bundle` directory.
2018-01-29 20:59:23 +01:00
Mislav Marohnić d1cb6d7d12 Simplify Travis config and fix release process 2016-08-21 15:57:31 +02:00
Mislav Marohnić 5524710e64 Differentiate caches by TRAVIS_OS_NAME 2015-06-02 18:00:15 +02:00
Mislav Marohnić 1835b11e11 Revert "Remove custom Bundler to S3 cache scripts"
This is needed for the osx Travis environment which apparently doesn't
support built-in caching.

This reverts commit 3cba4e5dcc.
2015-06-02 18:00:15 +02:00
Mislav Marohnić 3cba4e5dcc Remove custom Bundler to S3 cache scripts
This is now handled by Travis
2014-12-24 14:39:20 -08:00
Mislav Marohnić 8007439bf2 Skip caching dependencies if Amazon secret is unavailable
Fixes CI in forked environment and enables usage of `cached-bundle`
script to just restore caches from S3 but never attempt to write them.
2014-02-12 14:10:13 +01:00
Mislav Marohnić aadc8418d9 Add more docs to dependencies-caching scripts
[ci skip]
2013-12-10 13:29:04 +01:00
Mislav Marohnić e4641544de Cache bundle results on Travis to S3
Hopefully speeds up builds
2013-12-07 15:40:31 +01:00