We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6868891 commit 788d62fCopy full SHA for 788d62f
testem.js
@@ -1,4 +1,4 @@
1
-const browserArgs = process.env.CONTINUOUS_INTEGRATION ? ['--headless', '--disable-gpu', '--remote-debugging-port=0'] : [];
+const browserArgs = process.env.TRAVIS ? ['--headless', '--disable-gpu', '--remote-debugging-port=0'] : [];
2
3
module.exports = {
4
test_page: 'tests/index.html?hidepassed',
0 commit comments