NLeSC / collab-demos

This repository collects knowledge about the demos in the Collaboratorium
Apache License 2.0
2 stars 2 forks source link

travis errors (due to 256 bit keys?) #104

Closed jspaaks closed 6 years ago

jspaaks commented 6 years ago

e.g. https://travis-ci.org/NLeSC/collab-demos/builds/276216171 may have something to do with the type of encryption I'm using on the travis. I kind of remember there being an issue with 256 bit keys (not strong enough).

jspaaks commented 6 years ago

turned out to be unrelated to 256 bit encryption; instead it seems to be caused by git-lfs which is used in this repo. Solved it by removing the pre-push script as per https://github.com/git-lfs/git-lfs/issues/2291. Closing the issue.