Skip to content

Commit

Permalink
Only test supported releases and PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu authored Feb 13, 2017
1 parent 81eaa62 commit c906156
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
language: php

php:
- 5.3
- 5.6

env:
- DB=MYSQL CORE_RELEASE=3

matrix:
include:
- php: 5.4
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.2
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2
env: DB=MYSQL CORE_RELEASE=3

before_script:
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer
Expand Down

0 comments on commit c906156

Please sign in to comment.