Browse Source

travis: drop 2.3 as well

dev
Andy Meneely 7 years ago
parent
commit
845efaa795
  1. 3
      .travis.yml
  2. 1
      CHANGELOG.md
  3. 2
      README.md

3
.travis.yml

@ -8,10 +8,9 @@ addons:
packages: packages:
- libgirepository1.0-dev # for gobject-introspection - libgirepository1.0-dev # for gobject-introspection
rvm: rvm:
- 2.3.3
- 2.4.1
- 2.4.2 - 2.4.2
- 2.5.0 - 2.5.0
- 2.6.0
- ruby-head - ruby-head
matrix: matrix:
allow_failures: allow_failures:

1
CHANGELOG.md

@ -22,6 +22,7 @@ Chores:
Compatibility: Compatibility:
* A LOT more pre-defined colors built into Cairo. Some of the named colors got redefined with the upgrade to the latest Cairo. This means that named colors like `:gray` and `:green` may look slightly different. * A LOT more pre-defined colors built into Cairo. Some of the named colors got redefined with the upgrade to the latest Cairo. This means that named colors like `:gray` and `:green` may look slightly different.
* Dropped support for EOL'd Rubies. Minimum support is 2.4
Special thanks to @lcarlsen, @Karneades Special thanks to @lcarlsen, @Karneades

2
README.md

@ -31,7 +31,7 @@ Wanna see more? Check out the website: http://andymeneely.github.io/squib/
## Installation ## Installation
Squib requires Ruby 2.2 or later. Squib requires Ruby 2.3 or later.
Install it yourself with: Install it yourself with:

Loading…
Cancel
Save