Skip to content

Commit

Permalink
Install MySQL and PostgreSQL locally
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Nov 5, 2016
1 parent 8f284d3 commit 389ed60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,12 @@ env:
- TARGET=test-unit
- TARGET=orbeon-dist
addons:
postgresql: "9.5"
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
artifacts:
paths:
- $(ls build/distrib/* | tr "\n" ":")
Expand Down

0 comments on commit 389ed60

Please sign in to comment.