Skip to content

Commit

Permalink
use strict and fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
zedgu committed May 24, 2016
1 parent 19f1adc commit f3447db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,4 @@ node_js:
- "4"
- "5"
script: "npm run test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
2 changes: 2 additions & 0 deletions index.js
@@ -1,3 +1,5 @@
'use strict';

const coRender = require('co-render');
const http = require('http');

Expand Down

0 comments on commit f3447db

Please sign in to comment.