Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
Added PHP environments
  • Loading branch information
Anton authored and Anton committed Jul 18, 2013
1 parent 719b976 commit 013f419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

php:
- 5.3
- 5.4
- 5.5

env:
- APPLICATION_ENV="travis" DB="mysql"
Expand All @@ -17,4 +19,4 @@ before_script:

script:
# PHPUnit tests
- php vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text --verbose tests/TestSuite.php
- php vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text --verbose tests/TestSuite.php

0 comments on commit 013f419

Please sign in to comment.