Fix bad tabbing.
This commit is contained in:
parent
59e1e2dd84
commit
99ae1023b4
|
@ -7,8 +7,8 @@ rvm:
|
||||||
- 2.0
|
- 2.0
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_SUITE=test
|
- TEST_SUITE=test
|
||||||
- TEST_SUITE=cucumber
|
- TEST_SUITE=cucumber
|
||||||
before_script: bundle update
|
before_script: bundle update
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -16,9 +16,9 @@ notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
channels:
|
channels:
|
||||||
- irc.freenode.org#jekyll
|
- irc.freenode.org#jekyll
|
||||||
template:
|
template:
|
||||||
- "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
|
- "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: never
|
on_failure: never
|
||||||
|
|
Loading…
Reference in New Issue