diff --git a/.npmignore b/.npmignore index a2de6962..091ea901 100644 --- a/.npmignore +++ b/.npmignore @@ -4,5 +4,4 @@ docs test .editorconfig -.travis.yml *.tgz diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7aec7b65..00000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -# from: https://travis-ci.community/t/update-postgresql-version-to-13-in-travisci/12884 -dist: focal -language: node_js -node_js: - - '18' - - '16' -addons: - postgresql: '13' - apt: - packages: - - postgresql-13 -env: - global: - - PGHOST=localhost - - PGPORT=5432 - - PGUSER=postgres -before_install: - - sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/*/main/pg_hba.conf - - sudo service postgresql restart - - sleep 1 - - postgres --version -before_script: - - psql -c 'create database pgboss' -U postgres - - psql -c 'create extension pgcrypto' -U postgres -d pgboss -script: - - npm run forcover diff --git a/README.md b/README.md index 92b8846c..95ba5b19 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Queueing jobs in Node.js using PostgreSQL like a boss. [![PostgreSql Version](https://img.shields.io/badge/PostgreSQL-11+-blue.svg?maxAge=2592000)](http://www.postgresql.org) [![npm version](https://badge.fury.io/js/pg-boss.svg)](https://badge.fury.io/js/pg-boss) -[![Build Status](https://app.travis-ci.com/timgit/pg-boss.svg?branch=master)](https://app.travis-ci.com/github/timgit/pg-boss) +![Build](https://github.com/timgit/pg-boss/actions/workflows/ci.yml/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/timgit/pg-boss/badge.svg?branch=master)](https://coveralls.io/github/timgit/pg-boss?branch=master) ```js