mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Update CHANGELOG & fixed travis fails (#394)
* Update CHANGELOG.md Added credit for PR and tag release * Added additional rubies for Continuous integration; cleaned up travis config * Updated travis config with more rubies * Allow failures in wrong place * Another typo * Restore monoid_4.0 gemfile * Removed travis config for mongoid 4 * Ruby 2.7 can fail CI until we can get it working * Fixed allow failures syntax Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
This commit is contained in:
parent
7ce81f7bb9
commit
4f0705b999
2 changed files with 14 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,9 +1,14 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
os: linux
|
||||
dist: xenial
|
||||
|
||||
rvm:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- ruby-head
|
||||
|
||||
|
||||
before_install:
|
||||
- gem install bundler
|
||||
|
@ -19,7 +24,10 @@ gemfile:
|
|||
- gemfiles/mongoid_7.0.gemfile
|
||||
- gemfiles/mongoid_7.1.gemfile
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
allow_failures:
|
||||
- rvm: 2.7
|
||||
- rvm: ruby-head
|
||||
include:
|
||||
- rvm: 2.6
|
||||
env: RUBYOPT="--enable-frozen-string-literal"
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
## master (unreleased)
|
||||
-
|
||||
|
||||
## 1.9.0
|
||||
- Update method signature after change in IRB [@febeling]
|
||||
- Fixes block and proc definition to work with Ruby 3.0.0 [@csalvato] - [#392]
|
||||
- Removed check for Ruby 2.4 and earlier [@bryanh]
|
||||
- Rails 5.0 builds are failing, because the sqlite3 version being installed is wrong version [#366]
|
||||
|
|
Loading…
Reference in a new issue