Skip to content

Commit

Permalink
travis: use golang 1.14 for shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 6, 2020
1 parent dbe0ec8 commit d34719a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ services:
jobs:
include:
- stage: lint
language: python
python: "3.8"
language: go
go: "1.14"
dist: bionic
sudo: false
services: []
cache:
pip: true
directories: [$HOME/.cache/pre-commit]
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
before_install: []
script:
- pyenv shell 3.8
- pip3 install "$(grep ^pre-commit test/requirements-dev.txt)"
- pre-commit run --all-files --color=always
- stage: test
Expand Down

0 comments on commit d34719a

Please sign in to comment.