1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-02-05 13:15:20 +02:00

Update .travis.yml

Switched to Go stable for linting.
This commit is contained in:
Tim Voronov 2018-11-06 17:27:35 -05:00 committed by GitHub
parent ad9bfbd4ad
commit 409a517e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ stages:
jobs: jobs:
include: include:
- stage: lint - stage: lint
go: stable
script: script:
- make vet - make vet
- make lint - make lint