Skip to content

Commit a96c7b5

Browse files
authored
node --version
1 parent 4f23c7b commit a96c7b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ before_script:
102102
- npm list
103103
script:
104104
- node -e 'require("npmlog").level="verbose"; require("./lib/find-python")(null,()=>{})'
105-
- npm test
105+
- node --version
106+
# Standard no longer supports Node.js v6
107+
- if [[ $(node --version) != 'v6.17.0' ]]; then npm test; fi
106108
- GYP_MSVS_VERSION=2015 GYP_MSVS_OVERRIDE_PATH="C:\\Dummy" python -m pytest
107109
notifications:
108110
on_success: change

0 commit comments

Comments
 (0)