mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-05 04:57:50 +00:00
b34f93f307
They boot faster and since we don't use root we can use them.
11 lines
119 B
YAML
11 lines
119 B
YAML
language: ruby
|
|
sudo: false
|
|
rvm:
|
|
- "1.8.7"
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
- "2.1.1"
|
|
|
|
install: gem install curses minitest
|
|
|