We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d193a41 + 7d32fc1 commit 45be5b8Copy full SHA for 45be5b8
.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
README.md
@@ -1,6 +1,8 @@
1
# gitBusy
2
Github API Wrapper
3
4
+[](https://travis-ci.org/UBC-MDS/gitBusy)
5
+
# Authors:
Abishek Murali
0 commit comments