Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 501fd1c

Browse files
author
Alan Shaw
authored
chore: update windows Travis config (#1084)
Test on Node.js 12 and also utilise cache. License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 3764d06 commit 501fd1c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ node_js:
1212
os:
1313
- linux
1414
- osx
15+
- windows
1516

1617
script: npx nyc -s npm run test:node -- --bail
1718
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
@@ -21,13 +22,8 @@ jobs:
2122
- name: electron-renderer
2223

2324
fast_finish: true
24-
25-
include:
26-
- os: windows
27-
filter_secrets: false
28-
cache: false
29-
3025

26+
include:
3127
- stage: check
3228
script:
3329
- npx aegir build --bundlesize
@@ -45,12 +41,12 @@ jobs:
4541
addons:
4642
firefox: latest
4743
script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
48-
44+
4945
- stage: test
5046
name: electron-main
5147
script:
5248
- xvfb-run npx aegir test -t electron-main -- --bail
53-
49+
5450
- stage: test
5551
name: electron-renderer
5652
script:

0 commit comments

Comments
 (0)