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

Commit

Permalink
Update comments re node version to reflect we're no longer using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Jan 15, 2020
1 parent 3fe0644 commit 76ad4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
# Node v0.10 is installed by default, but >= v4 is required for yarn. "node" will install the latest stable version
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Travis-CI-supports-yarn
# "node" will install the latest stable version
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
- "node"
after_script:
# Send test coverage data to coveralls.io
Expand Down

0 comments on commit 76ad4f7

Please sign in to comment.