Browse Source

fix script

Daniel Zlotin 7 years ago
parent
commit
0629ec4783
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/test.android.js

+ 1
- 1
scripts/test.android.js View File

@@ -5,7 +5,7 @@ function unitTests() {
5 5
 }
6 6
 
7 7
 function e2e() {
8
-  if (!process.env.CI) {
8
+  if (process.env.CI) {
9 9
     console.log(`e2e disabled on CI`); //eslint-disable-line
10 10
     return;
11 11
   }