mirror of
https://github.com/minetest-mods/gauges.git
synced 2025-01-03 14:50:21 +01:00
Don't use multiline strings for commands on Travis CI
Commands would otherwise fail silently.
This commit is contained in:
parent
1903516aab
commit
e7fc790e5a
14
.travis.yml
14
.travis.yml
@ -5,11 +5,11 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- luarocks
|
- luarocks
|
||||||
|
|
||||||
before_install: |
|
install:
|
||||||
pyenv global 3.6.3
|
- pyenv global 3.6.3
|
||||||
pip3 install --user pre-commit
|
- pip3 install --user pre-commit
|
||||||
luarocks install --local luacheck
|
- luarocks install --local luacheck
|
||||||
|
|
||||||
script: |
|
script:
|
||||||
"$HOME/.local/bin/pre-commit" run --all-files
|
- $HOME/.local/bin/pre-commit run --all-files
|
||||||
"$HOME/.luarocks/bin/luacheck" .
|
- $HOME/.luarocks/bin/luacheck .
|
||||||
|
Loading…
Reference in New Issue
Block a user