Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-30 | Use workspace instead of caching for built assets | Thibaut Girka | |
Tests cannot run without built assets, and we want exactly the matching assets. This is not a cache. | |||
2018-07-27 | Double CircleCI's timeout for assets:precompile… | Thibaut Girka | |
2018-07-18 | Increase timeout for assets:precompile | Thibaut Girka | |
2018-07-03 | Restore support to ruby 2.3, add ruby 2.3 to circle ci (#7935) | Renato "Lond" Cerqueira | |
This replace calls of String#match? with rails Regex#match? This follows the same idea used to keep Rails 5.2 compatible with Ruby 2.2.2 in https://github.com/rails/rails/pull/32973 | |||
2018-05-11 | Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml (#7447) | Yamagishi Kazutoshi | |
2018-05-09 | Disable simplecov on CircleCI (#7416) | Yamagishi Kazutoshi | |
* Disable simplecov on CircleCI * Remove --format progress | |||
2018-05-06 | Port travis_retry for CI (#7379) | Yamagishi Kazutoshi | |
* Port travis_retry for CI * Add license | |||
2018-04-28 | Remove unnecessary hyphen from restore_cache key (#7276) | Yamagishi Kazutoshi | |
2018-04-23 | Move precompile step to build stage (#7235) | Yamagishi Kazutoshi | |
2018-04-21 | Add parallel test processors (#7215) | Yamagishi Kazutoshi | |
2018-04-20 | Replace Travis to CircleCI (#7196) | Yamagishi Kazutoshi | |