mirror of
https://github.com/schasse/tmux-jump.git
synced 2026-09-10 07:06:15 -04:00
9 lines
96 B
YAML
9 lines
96 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.5
|
|
- 2.6
|
|
script:
|
|
- bundle exec rspec
|
|
notifications:
|
|
email: false
|