From 1cba8f2a3b3502b4757c4594236791b368b794b6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 30 Oct 2017 00:59:50 +0100 Subject: [PATCH] fixed travisci.yml syntax --- travisci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travisci.yml b/travisci.yml index 93a365d..4d6e364 100644 --- a/travisci.yml +++ b/travisci.yml @@ -2,7 +2,8 @@ language: go go: - 1.9.2 env: - - COVERALLS_TOKEN=lhWzILT1WMRgrHXsEhauQOGsoby1nm7DR + global: + - COVERALLS_TOKEN=lhWzILT1WMRgrHXsEhauQOGsoby1nm7DR script: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls