Skip to content

Commit

Permalink
Remove old node version specified in travis.yml
Browse files Browse the repository at this point in the history
The ejs package required by nodeunit failed to install on this old version. .travis.yml is revised to use the latest stable node version per https://docs.travis-ci.com/user/languages/javascript-with-nodejs/.
  • Loading branch information
JoshData committed Jun 7, 2020
1 parent f020af9 commit 662d24b
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,6 +1,6 @@
language: node_js
node_js:
- 0.12
- node # latest stable Node.js release

sudo: false

Expand Down

0 comments on commit 662d24b

Please sign in to comment.