Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 9c0b0cb

Browse files
committed
Specified Node JS version to fix a Travis deployment error
1 parent f901207 commit 9c0b0cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22

3+
node_js:
4+
- "7"
5+
36
script:
47
- npm install -g jsforce-metadata-tools
58
- jsforce-deploy --dry-run -u $DEPLOYMENT_USERNAME -p $DEPLOYMENT_PASSWORD$DEPLOYMENT_TOKEN -D $TRAVIS_BUILD_DIR/src -l $DEPLOYMENT_LOGIN_URL --rollbackOnError true --testLevel $DEPLOYMENT_TEST_LEVEL --pollTimeout $POLL_TIMEOUT

0 commit comments

Comments
 (0)