2013-08-31 00:26:42 +00:00
|
|
|
language: ruby
|
2016-01-30 13:31:22 +00:00
|
|
|
before_install:
|
|
|
|
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim
|
2016-01-31 16:28:37 +00:00
|
|
|
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/molokai.vim" -o autoload/airline/themes/molokai.vim
|
|
|
|
- mkdir colors && curl -f -L 'https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim' -o colors/molokai.vim
|
2019-07-23 07:36:35 +00:00
|
|
|
#rvm:
|
|
|
|
# - 1.9.3
|
2013-08-31 00:26:42 +00:00
|
|
|
script: rake ci
|