pull/496/head
hunterlong 2020-04-13 16:40:44 -07:00
parent e0dbe67680
commit f3efde41da
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ env:
- DB_USER=travis - DB_USER=travis
- DB_PASS= - DB_PASS=
- DB_DATABASE=test - DB_DATABASE=test
- GO_ENV=test
- STATPING_DIR=$GOPATH/src/github.com/statping/statping - STATPING_DIR=$GOPATH/src/github.com/statping/statping
go: 1.14 go: 1.14
go_import_path: github.com/statping/statping go_import_path: github.com/statping/statping
@ -28,6 +29,10 @@ install:
- "go mod verify" - "go mod verify"
- "make test-deps yarn clean compile install" - "make test-deps yarn clean compile install"
language: go language: go
addons:
apt:
packages:
- libgconf-2-4
matrix: matrix:
allow_failures: allow_failures:
- go: master - go: master