Skip to content

Commit

Permalink
Use latest Node for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinySaana authored May 25, 2021
1 parent dbaffc7 commit a22e8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- lts/*
- node

jobs:
include:
Expand Down Expand Up @@ -64,4 +64,4 @@ deploy:
script:
- if command -v arm-linux-gnueabihf-gcc; then npm run build-binaries-node -- -- --arch arm && npm run build-binaries-electron -- -- --arch arm ; else npm run build-binaries ; fi
on:
tags: on
tags: on

0 comments on commit a22e8f5

Please # to comment.