Skip to content

Commit 788d62f

Browse files
author
David Tang
committed
travis
1 parent 6868891 commit 788d62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const browserArgs = process.env.CONTINUOUS_INTEGRATION ? ['--headless', '--disable-gpu', '--remote-debugging-port=0'] : [];
1+
const browserArgs = process.env.TRAVIS ? ['--headless', '--disable-gpu', '--remote-debugging-port=0'] : [];
22

33
module.exports = {
44
test_page: 'tests/index.html?hidepassed',

0 commit comments

Comments
 (0)