pull/492/head
hunterlong 2020-04-13 05:19:57 -07:00
parent f50db3f65d
commit aee766ff4f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ go: 1.14
go_import_path: github.com/statping/statping
install:
- "npm install -g sass newman cross-env wait-on @sentry/cli"
- "pip install --user awscli"
- "pip install awscli"
- "go get github.com/mattn/goveralls"
- "go mod download"
- "go mod verify"

View File

@ -34,7 +34,7 @@ test: clean
release: test-deps
wget -O statping.gpg $(SIGN_URL)
gpg --import statping.gpg
make build-all upload_to_s3
make build-all
test-ci: clean compile test-deps
SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...