From f3efde41da8eceea981a1884dde26b347e581f2e Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 13 Apr 2020 16:40:44 -0700 Subject: [PATCH] travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9eb28ae4..26b5c81d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ env: - DB_USER=travis - DB_PASS= - DB_DATABASE=test + - GO_ENV=test - STATPING_DIR=$GOPATH/src/github.com/statping/statping go: 1.14 go_import_path: github.com/statping/statping @@ -28,6 +29,10 @@ install: - "go mod verify" - "make test-deps yarn clean compile install" language: go +addons: + apt: + packages: + - libgconf-2-4 matrix: allow_failures: - go: master