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 c792a33 commit 1f58173Copy full SHA for 1f58173
bin/dev-server.js
@@ -85,8 +85,8 @@ function watchAll() {
85
var filesWritten = false;
86
87
Promise.resolve().then(function () {
88
- if (process.env.TRAVIS) {
89
- return; // don't bother rebuilding in Travis; we already built
+ if (process.env.CI) {
+ return; // don't bother rebuilding in CI; we already built
90
}
91
return Promise.all([
92
rebuildPouch(),
0 commit comments