Skip to content

Commit

Permalink
travis/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnogi committed Jun 8, 2015
1 parent 240c9d8 commit 03e1d6f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -1,3 +1,18 @@
language: node_js
node_js:
- 0.10.25
install:
- npm install -g gulp
- npm install -g bower
- npm install
- bower install
script:
- gulp test
- gulp build
sudo: false
after_success:
- gulp coveralls

deploy:
provider: npm
email: fake-address_123@aol.com
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,5 +1,6 @@
# gulp-tasks
common gulp tasks
[![Build Status](https://travis-ci.org/appirio-tech/gulp-tasks.svg?branch=master)](https://travis-ci.org/appirio-tech/gulp-tasks)
[![Coverage Status](https://coveralls.io/repos/appirio-tech/gulp-tasks/badge.svg)](https://coveralls.io/r/appirio-tech/gulp-tasks)

## Useful alias
```
Expand Down

0 comments on commit 03e1d6f

Please sign in to comment.