Skip to content

Commit

Permalink
added more coverage for different php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 23, 2015
1 parent ec20532 commit 041a112
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: php
sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0

before_script:
- composer self-update
Expand All @@ -12,4 +15,4 @@ before_script:
- mysql xhprof < ./setup/database.sql

script:
- php -n ./vendor/bin/athletic --path ./tests/performance/ --bootstrap ./tests/Bootstrap.php --formatter GroupedFormatter
- php -n ./vendor/bin/athletic --path ./tests/performance/ --bootstrap ./tests/Bootstrap.php --formatter GroupedFormatter

0 comments on commit 041a112

Please sign in to comment.