gauges/.travis.yml
Hugo Locurcio e7fc790e5a
Don't use multiline strings for commands on Travis CI
Commands would otherwise fail silently.
2019-02-26 18:46:15 +01:00

16 lines
261 B
YAML

language: generic
addons:
apt:
packages:
- luarocks
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 .