You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/.ci
Frans de Jonge e8c01274f4 Travis: enforce shellscript coding style
* enormous coding style update

* update luajit-launcher

All changes are formatting only except for:

* new more correct pushd/popd style
	* keeps useful indentation
	* prevents execution of commands when pushd failed (cf. https://github.com/koalaman/shellcheck/wiki/SC2164 and https://github.com/koalaman/shellcheck/issues/863)

```
pushd some_dir && {
    command1
    command2
} || exit
popd
```
7 years ago
..
after_success.sh Travis: enforce shellscript coding style 7 years ago
before_install.sh Travis: enforce shellscript coding style 7 years ago
common.sh Travis: enforce shellscript coding style 7 years ago
helper_luarocks.sh Travis: enforce shellscript coding style 7 years ago
helper_shellchecks.sh Travis: enforce shellscript coding style 7 years ago
install.sh Travis: enforce shellscript coding style 7 years ago
koreader_doc.enc build: fix doc generation 8 years ago
script.sh Travis: speed up by caching base and running luacheck earlier (#2741) 7 years ago