Skip to content

Commit

Permalink
Check that bin/cordova works on Travis CI (#343) (#344)
Browse files Browse the repository at this point in the history
Ensure that bin script actually runs on current Node.js version
to detect and avoid bugs such as #339

Co-authored-by: Christopher J. Brody <chris.brody@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
Chris Brody and janpio committed Sep 27, 2018
1 parent 890d336 commit b92a86e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ node_js:
- "6"
- "8"
- "10"

before_script:
# Ensure that bin script actually runs on used Node.js version
# to detect and avoid bugs such as apache/cordova-cli#339
# (<https://github.com/apache/cordova-cli/issues/339>)
- ./bin/cordova --version

0 comments on commit b92a86e

Please sign in to comment.