Commit Graph

8 Commits (18831acc10bbe0f3b5a2858c0204c9f59b516103)

Author SHA1 Message Date
Renato "Lond" Cerqueira 4045b50bd6 Restore support to ruby 2.3, add ruby 2.3 to circle ci ()
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
Yamagishi Kazutoshi 1337ca837b Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml ()
Yamagishi Kazutoshi ac788ad47e Disable simplecov on CircleCI ()
* Disable simplecov on CircleCI

* Remove --format progress
Yamagishi Kazutoshi 8c35d163a5 Port travis_retry for CI ()
* Port travis_retry for CI

* Add license
Yamagishi Kazutoshi 1c3ace23cb Remove unnecessary hyphen from restore_cache key ()
Yamagishi Kazutoshi 3bf6da1ffc Move precompile step to build stage ()
Yamagishi Kazutoshi b8f0cfd6e3 Add parallel test processors ()
Yamagishi Kazutoshi 6f63cbb53c Replace Travis to CircleCI ()