Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Use latest stable Node.js for beta builds
Browse files Browse the repository at this point in the history
Stop hardcoding Node.js v7.
  • Loading branch information
Arcanemagus committed Jul 10, 2017
1 parent 479413e commit 65c9c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ matrix:
env: ATOM_CHANNEL=stable

- os: linux
node_js: "7"
node_js: "node"
env: ATOM_CHANNEL=beta

install:
Expand Down

0 comments on commit 65c9c6d

Please sign in to comment.