File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 99 packages :
1010 - openjdk-8-jre-headless
1111
12+ services :
13+ - mysql
14+ - postgresql
15+
1216cache :
1317 directories :
1418 - $HOME/.composer/cache
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ addons:
1111 - openjdk-8-jre-headless
1212 - chromium-chromedriver
1313
14+ services :
15+ - mysql
16+ - postgresql
17+
1418cache :
1519 directories :
1620 - $HOME/.composer/cache
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
1010
1111## [ Unreleased]
12+ ## Changed
13+ - Updated [ .travis.dist.yml] with a new ` services ` section to ensure databases start.
14+
1215### Added
1316- New help document: [ CLI commands and options] ( CLI.md )
1417
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ addons:
2525 packages :
2626 - openjdk-8-jre-headless
2727
28+ # Ensure DB services are running.
29+ services :
30+ - mysql
31+ - postgresql
32+
2833# Cache NPM's and Composer's caches to speed up build times.
2934cache :
3035 directories :
You can’t perform that action at this time.
0 commit comments