Skip to content

Commit

Permalink
Add services to make sure databases start
Browse files Browse the repository at this point in the history
See #92
  • Loading branch information
polothy committed Sep 27, 2019
1 parent c5ed886 commit 9eee23a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ addons:
packages:
- openjdk-8-jre-headless

services:
- mysql
- postgresql

cache:
directories:
- $HOME/.composer/cache
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ addons:
- openjdk-8-jre-headless
- chromium-chromedriver

services:
- mysql
- postgresql

cache:
directories:
- $HOME/.composer/cache
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased]
## Changed
- Updated [.travis.dist.yml] with a new `services` section to ensure databases start.

### Added
- New help document: [CLI commands and options](CLI.md)

Expand Down
5 changes: 5 additions & 0 deletions docs/TravisFileExplained.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ addons:
packages:
- openjdk-8-jre-headless

# Ensure DB services are running.
services:
- mysql
- postgresql

# Cache NPM's and Composer's caches to speed up build times.
cache:
directories:
Expand Down

0 comments on commit 9eee23a

Please sign in to comment.