Skip to content

Commit

Permalink
Testing against PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Feb 27, 2015
1 parent a78c822 commit ad61e37
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 @@ -4,11 +4,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm

before_script:
- travis_retry composer self-update
- travis_retry composer --prefer-source install
- travis_retry composer install --prefer-source
- composer require satooshi/php-coveralls

script:
Expand Down

0 comments on commit ad61e37

Please sign in to comment.