1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-28 03:56:45 +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:
include:
- stage: lint
go: stable
script:
- make vet
- make lint