mirror of https://github.com/statping/statping
updates
parent
f1b27d1f5d
commit
f872e57adc
|
@ -7,7 +7,7 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- "~/.npm"
|
- "~/.npm"
|
||||||
- "~/.cache"
|
- "~/.cache"
|
||||||
- "$GOPATH/src/github.com/statping/statping/tmp"
|
- "$GOPATH/src/github.com/statping/statping/frontend/node_modules"
|
||||||
- "$GOPATH/src/github.com/statping/statping/vendor"
|
- "$GOPATH/src/github.com/statping/statping/vendor"
|
||||||
sudo: required
|
sudo: required
|
||||||
services:
|
services:
|
||||||
|
@ -38,8 +38,8 @@ install:
|
||||||
- npm install -g newman
|
- npm install -g newman
|
||||||
- npm install -g cross-env
|
- npm install -g cross-env
|
||||||
- pip install --user awscli
|
- pip install --user awscli
|
||||||
- go mod download
|
- go mod vendor
|
||||||
- make install
|
- make test-deps clean compile install
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
|
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
|
||||||
- psql -c 'create database test;' -U postgres
|
- psql -c 'create database test;' -U postgres
|
||||||
|
|
Loading…
Reference in New Issue