1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-08 03:13:27 +02:00

Set specific node version (#194)

This commit is contained in:
Minko Gechev 2019-07-27 15:10:55 -07:00 committed by GitHub
parent fd5694226c
commit 0632231672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
language: go
go: 1.11.x
node_js: 11.15.0
install: make install
script:
- make build