Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Posting to coveralls from drone now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Mar 14, 2015
1 parent dc67395 commit 7dc3f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
@@ -1,5 +1,8 @@
image: node:0.10
env:
- COVERALLS_REPO_TOKEN=$$COVERALLS_REPO_TOKEN
script:
- npm install
- npm install -g gulp
- gulp
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 7dc3f6c

Please sign in to comment.