Skip to content

Commit

Permalink
Chore: Use LTS Node version instead of "latest" (pull #1221)
Browse files Browse the repository at this point in the history
* chore: Use LTS Node version instead of "latest"

* fix: Correct syntax for LTS with NVM
  • Loading branch information
nschonni authored and ZoeBijl committed Oct 25, 2019
1 parent b18ded1 commit 0a7236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "node"
- "lts/*"

addons:
firefox: "60.0.2"
Expand Down

0 comments on commit 0a7236e

Please sign in to comment.