Skip to content

Commit

Permalink
Update travis.yml; test against 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 24, 2015
1 parent 1963925 commit b924670
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0

before_script:
- composer self-update
- composer install -n --dev --prefer-source

script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
script:
- vendor/bin/phpcs --standard=PSR2 src
- vendor/bin/phpunit --coverage-text

0 comments on commit b924670

Please sign in to comment.