Skip to content

Commit caada31

Browse files
committed
Expand travis matrix - test Rails 5 and more rubys
1 parent 4cc7728 commit caada31

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,27 @@ rvm:
1111
- 2.2.5
1212
- 2.3.0
1313
- 2.3.1
14+
- 2.3.2
15+
- 2.3.3
16+
- 2.4.0
1417
env:
1518
- "RAILS_VERSION=4.2.0"
19+
- "RAILS_VERSION=5.0.0"
20+
matrix:
21+
exclude:
22+
- rvm: 2.0.0
23+
env: "RAILS_VERSION=5.0.0"
24+
- rvm: 2.1.0
25+
env: "RAILS_VERSION=5.0.0"
26+
- rvm: 2.1.5
27+
env: "RAILS_VERSION=5.0.0"
28+
- rvm: 2.2.0
29+
env: "RAILS_VERSION=5.0.0"
30+
- rvm: 2.2.1
31+
env: "RAILS_VERSION=5.0.0"
32+
- rvm: 2.4.0
33+
env: "RAILS_VERSION=4.2.0"
34+
1635
notifications:
1736
email:
1837
recipients:

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# next
2+
3+
- Expand Travis matrix to include Rails 5 and more ruby versions
4+
15
# 0.4.0
26
- Use job's queue instead of hardcoded `default` [#9](https://github.com/JustinAiken/active_scheduler/pull/9) (Thanks @r3trofitted)
37

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Currently only Resque is supported, but pull requests to add other queues (sidek
99
## Requirements/Support
1010

1111
- Ruby 2.0+
12-
- Rails
13-
- ActiveJob 4.2+
12+
- ActiveJob
13+
- 4.2 is tested and used in production
14+
- 5.0 is tested against CI, but I haven't tried it in production.
1415
- Resque
1516
- Resque Scheduler
1617

0 commit comments

Comments
 (0)