Skip to content

Commit

Permalink
Merge branch 'feature/2.3.0' into feature/rules_compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse authored Aug 31, 2018
2 parents 839a2e4 + 550cba7 commit 73f85fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: ruby
cache: bundler
sudo: false
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- 2.5.0
- 2.5.1
- jruby-9.0.5.0
- jruby-9.1.9.0
gemfile:
Expand All @@ -18,14 +18,6 @@ services:
matrix:
fast_finish: true
exclude:
- rvm: 2.2.0
gemfile: gemfiles/activerecord_5.0.2.gemfile
- rvm: 2.2.0
gemfile: gemfiles/activerecord_5.1.0.gemfile
- rvm: 2.2.7
gemfile: gemfiles/activerecord_5.0.2.gemfile
- rvm: 2.2.7
gemfile: gemfiles/activerecord_5.1.0.gemfile
- rvm: jruby-9.0.5.0
gemfile: gemfiles/activerecord_5.0.2.gemfile
- rvm: jruby-9.1.9.0
Expand All @@ -42,7 +34,6 @@ notifications:
email:
recipients:
- [email protected]
- [email protected]
on_success: change
on_failure: change
before_install:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Unreleased

* Compress useless rules before generating a query to optimize performances (coorasse)
* Compress irrelevant rules before generating a query to optimize performances (coorasse)
* Remove ruby 2.2 from Travis and add ruby 2.5.1 (coorasse)

2.2.0 (Apr 13th, 2018)

Expand Down

0 comments on commit 73f85fb

Please sign in to comment.