We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db334b commit 9815ecbCopy full SHA for 9815ecb
.travis.yml
@@ -5,8 +5,6 @@ dist: trusty
5
matrix:
6
fast_finish: true
7
include:
8
- - rvm: 2.1
9
- - rvm: 2.2
10
- rvm: 2.3
11
- rvm: 2.4
12
- rvm: 2.5
CHANGELOG.md
@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
17
- \#425 Miscellaneous dev improvements around JRuby and disk handling [temikus]
18
- Fix bundling in development environment on JRuby
19
- Adding JRuby 9.1 into Travis
20
+ - Remove EOL versions of ruby from Travis
21
- Consolidated logic of `Disk.get_as_boot_disk` and increase doc coverage of
22
disk-associated methods.
23
- Added integration tests for disk snapshots + a guard method for
0 commit comments