Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
reenable complete build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jan 23, 2015
1 parent f90dcae commit 9ab07ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
# - 5.4
# - 5.5
# - 5.6
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
Expand All @@ -11,8 +11,8 @@ matrix:

env:
- DB=sqlite
# - DB=postgresql
# - DB=mysql
- DB=postgresql
- DB=mysql

before_install:
# get a newer node.js version
Expand Down

0 comments on commit 9ab07ee

Please sign in to comment.