mirror of https://github.com/statping/statping
travis
parent
e0dbe67680
commit
f3efde41da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue