Skip to content

Commit

Permalink
Add PHP 5.6 and 7 to Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Mar 14, 2016
1 parent 6b4d1c1 commit c877f0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0
- php: hhvm

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev --no-interaction install
- phpenv config-rm xdebug.ini
- composer selfupdate
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --no-interaction install

script:
- bin/phpspec run --format=pretty
Expand Down

0 comments on commit c877f0b

Please sign in to comment.