From ae0ee2048afef14043c6f090d11deca65fee8085 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 2 Nov 2019 11:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Enodejs=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe6ce0aa..357e990e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,14 @@ matrix: - os: osx osx_image: xcode10.2 language: node_js - node_js: - - 12 + node_js: 12 env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder - os: linux language: node_js - node_js: - - 12 + node_js: 12 dist: trusty services: docker language: generic @@ -28,6 +26,8 @@ notifications: email: false script: + - node --version + - npm --version - | if [ "$TRAVIS_OS_NAME" == "linux" ]; then npm install && npm run publish:gh:linux