Skip to content
Snippets Groups Projects
Commit 69476523 authored by Olav Morken's avatar Olav Morken
Browse files

Travis: Start testing on PHP 7.0 (nightly).

This add testing on PHP 7.0 (nightly build). The test is added as an
allowed failure for now. but it can be useful to keep an eye on it just
in case we do something that won't work in PHP 7.
parent 0fc3f8a7
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
before_script: composer install --dev
script: phpunit --configuration tools/phpunit
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment