Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 4ad5c3b

Browse files
committed
ci: add node 12 and electron tests
1 parent bd580f8 commit 4ad5c3b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stages:
77

88
node_js:
99
- '10'
10+
- '12'
1011

1112
os:
1213
- linux
@@ -43,6 +44,18 @@ jobs:
4344
- osx
4445
script: cd ./test/sharness && make
4546

47+
- stage: test
48+
name: electron-main
49+
os: osx
50+
script:
51+
- npx aegir test -t electron-main --bail --timeout 10000
52+
53+
- stage: test
54+
name: electron-renderer
55+
os: osx
56+
script:
57+
- npx aegir test -t electron-renderer --bail --timeout 10000
58+
4659
notifications:
4760
email: false
4861

0 commit comments

Comments
 (0)