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 42cc988 commit ffb7247Copy full SHA for ffb7247
.travis.yml
@@ -2,7 +2,7 @@ branches:
2
only:
3
- master
4
language: ruby
5
-before_install: openssl aes-256-cbc -K $encrypted_7aa52200b8fc_key -iv $encrypted_7aa52200b8fc_iv -in tests/keys/docusign_private_key.txt.enc -out tests/keys/docusign_private_key.txt -d
+#before_install: openssl aes-256-cbc -K $encrypted_7aa52200b8fc_key -iv $encrypted_7aa52200b8fc_iv -in tests/keys/docusign_private_key.txt.enc -out tests/keys/docusign_private_key.txt -d
6
# command to install dependencies
7
install: cd tests/spec && bundle install
8
# command to run tests
0 commit comments