From 51bbf225f3ace301c3dbbbda979bfb40da274a29 Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:23:09 +1100 Subject: [PATCH] Remove Travis CI configuration --- .travis.yml | 9 --------- README.md | 2 -- 2 files changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index df5d409..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -sudo: false -language: ruby -rvm: 2.4 -before_install: - - gem install bundler -before_script: - - RACK_ENV=test bundle exec rake db:create db:migrate -addons: - postgresql: 9.4 diff --git a/README.md b/README.md index 53b6675..2ad0241 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Event Sourcery Todo Example App -[![Build Status](https://travis-ci.org/envato/event_sourcery_todo_app.svg?branch=master)](https://travis-ci.org/envato/event_sourcery_todo_app) - [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) An example event sourced/CQRS web application built using [EventSourcery](https://github.com/envato/event_sourcery) and its [Postgres event store implementation](https://github.com/envato/event_sourcery-postgres).