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