Skip to content

Commit aace6b6

Browse files
alexeykuzmininukshuk
authored andcommitted
ci: allow builds targeting Electron "beta" to fail
1 parent b910108 commit aace6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ install:
3333
- $(npm bin)/electron --version
3434
script:
3535
- if [[ $ELECTRON_VERSION = "beta" ]]; then
36-
npm test;
37-
else
3836
npm test || true;
37+
else
38+
npm test;
3939
fi
4040
notifications:
4141
email: false

0 commit comments

Comments
 (0)