mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-02-01 22:31:03 +08:00
commit
dbb4d3236b
|
@ -1,6 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
before_install:
|
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
|
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim
|
||||||
|
- 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
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
script: rake ci
|
script: rake ci
|
||||||
|
|
|
@ -24,6 +24,8 @@ describe 'commands'
|
||||||
Expect g:airline_theme == 'dark'
|
Expect g:airline_theme == 'dark'
|
||||||
execute 'AirlineTheme doesnotexist'
|
execute 'AirlineTheme doesnotexist'
|
||||||
Expect g:airline_theme == 'dark'
|
Expect g:airline_theme == 'dark'
|
||||||
|
colors molokai
|
||||||
|
Expect g:airline_theme == 'molokai'
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should have a refresh command'
|
it 'should have a refresh command'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user