Skip to content

Commit

Permalink
Merge pull request #9 from 1syo/travisci
Browse files Browse the repository at this point in the history
Travisci
  • Loading branch information
1syo committed Apr 27, 2015
2 parents bc906a9 + 2bb07db commit 674ca6e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- '0.10'
- '0.12'
before_script:
- npm install -g grunt-cli
script:
- grunt test
- grunt coffeelint
after_success:
- grunt coveralls
notifications:
email: false
webhooks:
secure: "ZfEEngJzkdOMhbEW+cA304fn2f28TD6FVhrskHIrYIgv3rL+5q5VmzAlhY4/hd9zfnVO/EwSZLONOHwJQsAqqolSv4IOiajkEuV473uim/7mnF6EJ6FILAr+FJnKjs/SdzgbjG6D098o8s6Ktsdk/l1qkune7QHCJkrt+6P73Ss="
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hubot-airbrake-notifier
[![wercker status](https://app.wercker.com/status/620d3e8df7ad036f686832f818dc7985/s/master "wercker status")](https://app.wercker.com/project/bykey/620d3e8df7ad036f686832f818dc7985)
[![Build Status](https://travis-ci.org/1syo/hubot-airbrake-notifier.svg?branch=master)](https://travis-ci.org/1syo/hubot-airbrake-notifier)
[![Coverage Status](https://coveralls.io/repos/1syo/hubot-airbrake-notifier/badge.png)](https://coveralls.io/r/1syo/hubot-airbrake-notifier)
[![Dependencies Status](https://david-dm.org/1syo/hubot-airbrake-notifier.png)](https://david-dm.org/1syo/hubot-airbrake-notifier)

Expand Down
19 changes: 0 additions & 19 deletions wercker.yml

This file was deleted.

0 comments on commit 674ca6e

Please sign in to comment.