Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos throughout the codebase | Sijawusz Pur Rahnama | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | check if curl is default installed | Marcus Meissner | 2019-10-13 | 1 | -0/+1 |
| | |||||
* | libusb1 is default installed on macosx travis builds, | Marcus Meissner | 2018-04-09 | 1 | -1/+1 |
| | | | | forcing it will cause an errro | ||||
* | translate gettext to gettext | Marcus Meissner | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | travis: Fix sudo apt-get invocations | Hans Ulrich Niedermann | 2016-01-20 | 1 | -0/+50 |
It appears as if running "sudo apt-get" only works directly within .travis.yml but fails when used in a shell helper script. So we move the package installation commands themselves back to .travis.yml and only let the helper script only translate package names, not do any installations. |