Skip to content

Commit

Permalink
Added PHP 5.4 + MySQL to build grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Aug 20, 2012
1 parent 866d9a9 commit 9f4fb13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,12 +1,19 @@
language: php
php:
- 5.3
- 5.4

env:
- TESTDB=SQLITE
- TESTDB=MYSQL
- TESTDB=PGSQL

exclude:
- php 5.4
env: TESTDB=PGSQL
- php 5.4
env: TESTDB=SQLITE

before_script:
- ./tests/travis/before_script ~/builds/ss
- cd ~/builds/ss
Expand Down

0 comments on commit 9f4fb13

Please sign in to comment.