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