chore(travis): tpyo fix missing end quote

This commit is contained in:
Andy Joslin
2014-02-06 11:12:29 -05:00
parent b621042476
commit a4bcbe5334
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ notifications:
rooms:
secure: mkHfRTsuxidtOOORbJJ0Jspb/DSa8jAiQwWWUljqLwefy1p4HGC9P/rLdXXg3vsjiulCzyjEkfvDWAHXvu34GhGWfQuD8U140Fon1Os3AO5Hbme+yRmjXmTcgH8XetSLQufyBBMqXHMd6o1tkxXql1p54G1IShhgAdPNe76d5ZE=
template:
- '<a href="%{build_url}">%{repository}: build#%{build_number} (%{duration%})</a> #{message} (%{branch} - %{commit} : %{author})
- '<a href="%{build_url}">%{repository}: build#%{build_number} (%{duration%})</a> #{message} (%{branch} - %{commit} : %{author})'
format: html
before_install:

View File

@@ -289,4 +289,5 @@ infinite-scroll.active .scroll-infinite {
width: 100%;
height: 100%;
background-color: #fff;
@include translate3d(0,0,0);
}