Force precise for 5.3, dump phpunit version
This commit is contained in:
parent
19be9e5dcd
commit
6e8495f056
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ sudo: required
|
|||
matrix:
|
||||
include:
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
- php: 5.4
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
|
@ -22,6 +23,7 @@ install:
|
|||
before_script:
|
||||
- mkdir -p build/logs
|
||||
- cd tests
|
||||
- phpunit --version
|
||||
|
||||
script:
|
||||
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue