We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67605d5 commit 7d32fc1Copy full SHA for 7d32fc1
.travis.yml
@@ -6,5 +6,6 @@ before_install:
6
- openssl aes-256-cbc -K $encrypted_d1234_key -iv $encrypted_d1234_iv -in tests/testthat/secrets.tar.enc -out tests/testthat/secrets.tar -d
7
- tar xvf tests/testthat/secrets.tar
8
- mv tests/testthat/.Renviron .Renviron
9
+- cp tests/testthat/.httr-oauth vignettes/.httr-oauth
10
- cat .Renviron
11
0 commit comments