Skip to content

Commit

Permalink
chore(project): run tests on node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored and nikku committed Nov 15, 2019
1 parent 734aa5a commit 5b967c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
jobs:
include:
- stage: test
node_js: node
node_js: lts/*
language: node_js
script:
- COVERAGE=1 npm run all -- --x64 --no-compress
Expand All @@ -28,14 +28,14 @@ jobs:
- stage: "distro [macos]"
os: osx
osx_image: xcode11.2
node_js: node
node_js: lts/*
language: node_js
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
script: npm run build -- --mac --publish
- stage: "post distro"
node_js: node
node_js: lts/*
language: node_js
git:
depth: false
Expand All @@ -58,7 +58,7 @@ jobs:
- stage: "nightly build [macos]"
os: osx
osx_image: xcode11.2
node_js: node
node_js: lts/*
language: node_js
env:
- ELECTRON_CACHE=$HOME/.cache/electron
Expand Down

0 comments on commit 5b967c4

Please sign in to comment.