Skip to content

Commit aa97828

Browse files
committed
Allow Electron beta to fail
1 parent f645da7 commit aa97828

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ matrix:
99
include:
1010
- node_js: stable
1111
os: osx
12-
- node_js: stable
13-
env: ELECTRON_VERSION=beta
1412
- node_js: 12
1513
env: ELECTRON_VERSION=5
1614
- node_js: 10
@@ -19,6 +17,9 @@ matrix:
1917
env: ELECTRON_VERSION=3
2018
- node_js: 8
2119
env: ELECTRON_VERSION=2
20+
allow_failures:
21+
- node_js: stable
22+
env: ELECTRON_VERSION=beta
2223
before_install:
2324
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
2425
export DISPLAY=:99.0;

0 commit comments

Comments
 (0)