Skip to content

Commit

Permalink
Travis CI: Use the bionic distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Jul 28, 2019
1 parent 42c4c7a commit f7a757c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: generic
dist: bionic
language: python

addons:
apt:
packages:
- luarocks
python:
- 3.7.1

install:
- pyenv global 3.6.3
- pip3 install --user pre-commit
- sudo apt-get update -qq
- sudo apt-get install -qqq luarocks
- pip3 install pre-commit
- luarocks install --local luacheck

script:
# All linters are run with pre-commit hooks
- export PATH="$HOME/.luarocks/bin:$PATH"
- $HOME/.local/bin/pre-commit run --all-files
- pre-commit run --all-files

0 comments on commit f7a757c

Please sign in to comment.