Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upchmod 600 to config file #50
Conversation
|
Good catch. Not sure why this now failed on Travis CI when it didn't before -- can you poke around? |
|
In the second commit I commentted out my changes, i.e. the only difference with the master was a single line comment. It still failed. This implies a travis issue, rather than something to do with my commit. In your test file you have
Where/how is this file created? For info, the test passes on my machine. But I have "~/.rpushbullet.json". |
In Lines 19 to 22 in b66c07c I think the |
|
Also: Lines 11 to 14 in b66c07c Seems like you were in fact set up to fail. Sorry about that. But hey, I generally recommend to people to not open PRs without prior discussion :) [ Mostly for Rcpp et al though ... ] |
|
I did know about your PR policy, but I figured a one line PR was just as easy for you to accept/reject as an issue followed by a PR. I think there's an easy fix for travis |
|
Do you mind if I just squash-merge it? |
| install: | ||
| - ./run.sh install_aptget r-cran-curl r-cran-jsonlite | ||
|
|
||
| script: | ||
| - ./run.sh run_tests | ||
| - if ["$TRAVIS_PULL_REQUEST" == "false"]; then ./run.sh run_tests; fi |
eddelbuettel
Nov 2, 2017
Owner
Hm. Now I will only ever get untested PRs. Not sure I like that for the longer term. Ok for now/today.
Hm. Now I will only ever get untested PRs. Not sure I like that for the longer term. Ok for now/today.
csgillespie
Nov 2, 2017
Author
Contributor
I think the "proper" solution would be for you to add the API key as an encrypted travis environment variable. Then create the json file on travis. A similar idea to the drat/travis stuff
I think the "proper" solution would be for you to add the API key as an encrypted travis environment variable. Then create the json file on travis. A similar idea to the drat/travis stuff
eddelbuettel
Nov 2, 2017
Owner
Could you take the lead on that, "copious spare time" permitting ?
Could you take the lead on that, "copious spare time" permitting ?
b566f6d
into
eddelbuettel:master
No description provided.