From d160bc602f4831540db4c9658f374ebec40db6f1 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Thu, 16 Apr 2020 11:33:31 -0700 Subject: [PATCH] travis --- .travis.yml | 2 +- Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 494c1c04..7f8e0777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ notifications: os: - linux script: - - "make clean newman" + - "make clean postman" - "if [[ \"$TRAVIS_BRANCH\" == \"dev\" && \"$TRAVIS_PULL_REQUEST\" = \"false\" ]]; then make dockerhub-dev; fi" - "travis_retry make clean test-ci" - "if [[ \"$TRAVIS_BRANCH\" == \"master\" && \"$TRAVIS_PULL_REQUEST\" = \"false\" ]]; then make coverage; fi" diff --git a/Makefile b/Makefile index ba7ac977..e5cfcd85 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ release: test-deps make build-all test-ci: clean compile test-deps - SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./... + DB_CONN=sqlite SASS=`which sass` \ + go test -v -covermode=count -coverprofile=coverage.out -p=1 ./... goveralls -coverprofile=coverage.out -service=travis-ci -repotoken ${COVERALLS} cypress: clean