Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjwest committed Aug 5, 2015
1 parent 8f411e1 commit aaff267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

- Removed debug line

# 0.2.1

- Added test script to npm for CI automation
Expand Down
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ var textReporter = require('istanbul-text-full-reporter');

var reportOptions = { reporters: [textReporter] };

process.env.CIRCLE_ARTIFACTS = 'circle';

if (process.env.CIRCLE_ARTIFACTS) {
reportOptions.reporters.unshift('lcov');
reportOptions.reportOpts = {
Expand Down

0 comments on commit aaff267

Please sign in to comment.