aboutsummaryrefslogtreecommitdiff
path: root/.travis.private-ssh-key-for-issue-301
AgeCommit message (Collapse)Author
2016-02-07chore(travis): remove test for issue 301Sebastian Thiel
Just to get the tests green again for py2.7. Deleting the test isn't the right way to do it, but the one of a maintainer who wants to spend no more time than possibly necessary.
2015-07-03fix(travis): assure private key has accessSebastian Thiel
Previously travis would fail to clone the special testing repository as SSH access requires a deploy key to be set. The latter has been configured and is now added in clear-text. This is save as it is only good for read-only access to a test repository, mis-use cannot happen that way.