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:
|
||||
- luarocks
|
||||
|
||||
before_install: |
|
||||
pyenv global 3.6.3
|
||||
pip3 install --user pre-commit
|
||||
luarocks install --local luacheck
|
||||
install:
|
||||
- pyenv global 3.6.3
|
||||
- pip3 install --user pre-commit
|
||||
- luarocks install --local luacheck
|
||||
|
||||
script: |
|
||||
"$HOME/.local/bin/pre-commit" run --all-files
|
||||
"$HOME/.luarocks/bin/luacheck" .
|
||||
script:
|
||||
- $HOME/.local/bin/pre-commit run --all-files
|
||||
- $HOME/.luarocks/bin/luacheck .
|
||||
|
Loading…
Reference in New Issue
Block a user