Skip to content

Commit

Permalink
[TASK] Added PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored Apr 5, 2017
1 parent d133163 commit 6a6c133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ language: php
php:
- 5.5
- 5.6
- 7.0

install:
- composer self-update
- composer install

script:
- ./vendor/bin/phpunit --colors -c phpunit.xml --coverage-clover=unittest-coverage.clover
- ./vendor/bin/phpcs --standard=psr2 ./src
- ./vendor/bin/phpcs --standard=psr2 ./src

0 comments on commit 6a6c133

Please sign in to comment.