We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6659d1f commit ae0ee20Copy full SHA for ae0ee20
1 file changed
.travis.yml
@@ -3,16 +3,14 @@ matrix:
3
- os: osx
4
osx_image: xcode10.2
5
language: node_js
6
- node_js:
7
- - 12
+ node_js: 12
8
env:
9
- ELECTRON_CACHE=$HOME/.cache/electron
10
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
11
12
- os: linux
13
14
15
16
dist: trusty
17
services: docker
18
language: generic
@@ -28,6 +26,8 @@ notifications:
28
26
email: false
29
27
30
script:
+ - node --version
+ - npm --version
31
- |
32
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
33
npm install && npm run publish:gh:linux
0 commit comments