travis-ci updates

pull/443/head
Hunter Long 2020-03-18 20:31:42 -07:00
parent f0a70b95b5
commit 7dc959af49
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- psql -c 'create database test;' -U postgres
script:
- travis_retry make test-ci
- travis_retry make clean test-ci
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then
make coverage; fi
after_success: