This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(travis-api): Convert node versions return by Travis API to Strings
Travis API return the Node version as a String or a Number based on the way it's defined in .travis.yml (node_js: '8' => String / node_js: 8 => Number). `semver` expect a String and consider invalid the versions expressed as a Number Fix #347
- Loading branch information