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