Skip to content

Commit

Permalink
Add Node versions 13 and 14 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 14, 2020
1 parent 44a677a commit 4a76c75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ node_js:
- "10"
- "11"
- "12"
- "13"
- "14"

before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.8" ] && npm install -g npm@~1.4.0 || true'
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'

1 comment on commit 4a76c75

@Nyambura254
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice features

Please sign in to comment.