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

Commit

Permalink
Allow tests to run on Circle CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Feb 15, 2017
1 parent d345e27 commit 6a89360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Expand Up @@ -48,6 +48,7 @@ describe('ci_info', function() {

beforeEach(function(){
delete process.env['TRAVIS'];
delete process.env['CIRCLECI'];
});

afterEach(function(){
Expand Down

0 comments on commit 6a89360

Please sign in to comment.