Skip to content

Commit

Permalink
Move coveralls after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Jan 26, 2014
1 parent cdebb26 commit 13ff6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,5 +6,5 @@ before_install:
- echo 'deb http://repo.reverbrain.com/precise current/amd64/' | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install libcocaine-dev libboost-system-dev --force-yes
script:
after_script:
- npm run coveralls
2 changes: 1 addition & 1 deletion test/cocaine-service-test.js
@@ -1,4 +1,4 @@
/* global describe, it, beforeEach */
/* global describe, it */
/* jshint expr:true */
'use strict';

Expand Down

0 comments on commit 13ff6a9

Please sign in to comment.