Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 6, 2014
1 parent 3920c12 commit f271d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,11 +6,15 @@ php:
- 5.5
- hhvm

env:
- DB=postgres

before_install:
- composer self-update
- composer install --prefer-source --no-interaction --dev

before_script:
- psql -c 'create database bareos;' -U postgres

branches:
only:
Expand Down

0 comments on commit f271d6c

Please sign in to comment.