Skip to content

Commit ffb7247

Browse files
committed
Update .travis.yml
1 parent 42cc988 commit ffb7247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ branches:
22
only:
33
- master
44
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
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
66
# command to install dependencies
77
install: cd tests/spec && bundle install
88
# command to run tests

0 commit comments

Comments
 (0)