File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ os: linux
33# Follow https://github.com/nodejs/LTS to decide when to remove a version
44node_js :
55- stable
6+ - 14
67- 13
78- 12
89- 10
@@ -41,4 +42,4 @@ script:
4142- gulp minify
4243- gulp test
4344- gulp zip
44- - ' [ "${TRAVIS_BRANCH}" = "develop" ] && [ "${TRAVIS_NODE_VERSION}" = "11 " ] && travis/deploy-prebuilt.sh || true'
45+ - ' [ "${TRAVIS_BRANCH}" = "develop" ] && [ "${TRAVIS_NODE_VERSION}" = "14 " ] && travis/deploy-prebuilt.sh || true'
Original file line number Diff line number Diff line change 2323 "load" : " gulp load" ,
2424 "jshint" : " gulp jshint" ,
2525 "test" : " gulp test" ,
26- "preinstall" : " [[ $npm_config_heading == 'npm' ] ] && npx npm-force-resolutions || true"
26+ "preinstall" : " [ $npm_config_heading = 'npm' ] && npx npm-force-resolutions || true"
2727 },
2828 "files" : [
2929 " AUTHORS.md" ,
You can’t perform that action at this time.
0 commit comments