We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d5fd6 commit 92accfaCopy full SHA for 92accfa
.travis.yml
@@ -0,0 +1,7 @@
1
+language: node_js
2
+node_js:
3
+ - "7"
4
+install:
5
+ - npm install -g jsforce-metadata-tools
6
+script:
7
+ - jsforce-deploy --checkOnly -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 --pollInterval $POLL_INTERVAL--verbose
0 commit comments