Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into create_test_db_in_s…
Browse files Browse the repository at this point in the history
…etup
  • Loading branch information
Joe Sustaric committed Jun 15, 2017
2 parents 48d32a9 + b720c3a commit e047c1b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 39 deletions.
17 changes: 0 additions & 17 deletions .buildkite/pipeline.yml

This file was deleted.

11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
sudo: false
language: ruby
rvm:
- 2.4.1
before_install: gem install bundler -v 1.14.6
- 2.2
- 2.3
- 2.4
before_install:
- gem install bundler
before_script:
- psql -c 'create database event_sourcery_test;' -U postgres
addons:
postgresql: 9.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec

gem 'event_sourcery', git: 'git@github.com:envato/event_sourcery.git'
gem 'event_sourcery', git: 'https://github.com/envato/event_sourcery.git'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# EventSourcery::Postgres

[![Build Status](https://travis-ci.org/envato/event_sourcery-postgres.svg?branch=master)](https://travis-ci.org/envato/event_sourcery-postgres)

## Development Status

EventSourcery is currently being used in production by multiple apps but we
Expand Down
19 changes: 0 additions & 19 deletions script/ci_rake.sh

This file was deleted.

0 comments on commit e047c1b

Please sign in to comment.