Skip to content

Commit

Permalink
Merge pull request #8 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 d31da49 + a07543d commit 5953722
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- '0.10'
- '0.12'
before_script:
- npm install -g grunt-cli
script:
- grunt test
- grunt coffeelint
- grunt coveralls
notifications:
webhooks:
secure: "SC9pCYAPqeRwhccB4e+bifnTw5jtAyj8uLfZPOiDh23nnMzsb6RQfZqEp4mwURqlpPBsbTtpUWzR/ehGyev/gaG3qFomkRMDNvL14cewaHEv4VTtLIwkrTaQjBPGp4vkwfvOc+arxOVoPy7cqaAShXvADH1Ck0rveTySuRXZi9M="
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hubot-travisci-notifier
[![wercker status](https://app.wercker.com/status/71970c048305e901b515caed8e7f938b/s/master "wercker status")](https://app.wercker.com/project/bykey/71970c048305e901b515caed8e7f938b)
[![Build Status](https://travis-ci.org/1syo/hubot-travisci-notifier.svg?branch=master)](https://travis-ci.org/1syo/hubot-travisci-notifier)
[![Coverage Status](http://img.shields.io/coveralls/1syo/hubot-travisci-notifier.svg?style=flat)](https://coveralls.io/r/1syo/hubot-travisci-notifier)
[![Dependencies Status](http://img.shields.io/david/1syo/hubot-travisci-notifier.svg?style=flat)](https://david-dm.org/1syo/hubot-travisci-notifier)

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

This file was deleted.

0 comments on commit 5953722

Please sign in to comment.