Skip to content

Commit

Permalink
add travis ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Dec 31, 2013
1 parent 3836f52 commit 55f1057
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/includes/header.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ nav.navbar.navbar-default.navbar-fixed-top(role='navigation')
iframe(src="http://ghbtns.com/github-btn.html?user=madhums&repo=node-express-mongoose-demo&type=watch&count=true", allowtransparency="true", frameborder="0", scrolling="0", width="110", height="45", style="padding: 15px 0 0 15px;")
li
iframe(src="http://ghbtns.com/github-btn.html?user=madhums&repo=node-express-mongoose-demo&type=fork&count=true", allowtransparency="true", frameborder="0", scrolling="0", width="110", height="45", style="padding: 15px 0 0 15px;")
li
a.travis(href="https://travis-ci.org/madhums/node-express-mongoose-demo", target="_blank", title="travis-ci build")
img(src="https://travis-ci.org/madhums/node-express-mongoose-demo.png?branch=master")
4 changes: 4 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ button.error:focus {
font-size: 14px;
color: #000 !important;
}

.navbar-nav > li > a.travis{
padding-top: 13px;
}

0 comments on commit 55f1057

Please sign in to comment.