Skip to content

Commit

Permalink
Merge pull request #10 from othillo/enable-tests-php-7
Browse files Browse the repository at this point in the history
run tests on PHP7 on Travis CI
  • Loading branch information
othillo authored Dec 8, 2017
2 parents 325f992 + b427b3c commit 66f6ccd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ matrix:
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm
fast_finish: true
allow_failures:
- php: hhvm

before_install:
# Disable XDebug speed up test execution.
Expand All @@ -27,7 +24,7 @@ install:
- composer info -i

script:
- phpunit --exclude-group=none
- vendor/bin/phpunit --exclude-group=none

branches:
only:
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</filter>
<groups>
<exclude>
<group>functional</group>
<group>mongo</group>
</exclude>
</groups>
Expand Down
1 change: 0 additions & 1 deletion test/State/MongoDBRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

/**
* @group mongo
* @requires extension mongo
*/
class MongoDBRepositoryTest extends AbstractRepositoryTest
{
Expand Down

0 comments on commit 66f6ccd

Please sign in to comment.