From aee766ff4f22c8fee052f124150f6b57ad8b19c6 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 13 Apr 2020 05:19:57 -0700 Subject: [PATCH] makefile --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af3a75e9..74407cf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/Makefile b/Makefile index 61c64d7d..bc1766f6 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...