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

Commit

Permalink
Specified Node JS version to fix a Travis deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Jul 10, 2017
1 parent f901207 commit 9c0b0cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js

node_js:
- "7"

script:
- npm install -g jsforce-metadata-tools
- 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 comments on commit 9c0b0cb

Please sign in to comment.