From 8e0fa5eac0f2f3a7152700181db1bc42717b02e1 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 27 Sep 2018 04:55:25 -0400 Subject: [PATCH] Check that bin/cordova works on Travis CI (#343) Ensure that bin script actually runs on current Node.js version to detect and avoid bugs such as apache/cordova-cli#339 Co-authored-by: Christopher J. Brody Co-authored-by: Jan Piotrowski --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index e13dac7db..4105e072a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 + # () + - ./bin/cordova --version