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

Commit

Permalink
Fixed DEBUG flag under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 16, 2015
1 parent b96e605 commit 4b1ab4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ node_js:
- 0.10
- 0.12
- iojs
env:
- DEBUG=zombie
notifications:
email:
on_success: always
Expand Down
1 change: 1 addition & 0 deletions test/helpers/first.js
Expand Up @@ -9,3 +9,4 @@ babel({

// Long stack traces when running this test suite
Bluebird.longStackTraces();

7 changes: 1 addition & 6 deletions test/helpers/index.js
Expand Up @@ -4,12 +4,7 @@ const Replay = require('replay');
const Browser = require('../../src');


// Always run in verbose mode on Travis.
if (process.env.CI)
Browser.debug();
Browser.default.silent = true;


Browser.default.silent = false;
// Tests visit example.com, server is localhost port 3003
Browser.localhost('*.example.com', 3003);

Expand Down

0 comments on commit 4b1ab4a

Please sign in to comment.