use node_js tag on travis

Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
Avelino 2021-04-09 09:43:01 -03:00
parent 9fadc62b1f
commit d54b08bf2f
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -1,15 +1,13 @@
language: go
node_js: latest
go:
- 1.x
sudo: false
env:
global:
- NODE_VERSION=latest
install:
- node --version
- go get -t -v ./...
before_deploy: