Skip to content

Commit

Permalink
travis: PHP 7.0 nightly added
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrantosik committed Apr 16, 2015
1 parent 58141c1 commit ada3a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

matrix:
allow_failures:
- php: nightly
- php: 7.0

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
install: composer install

script: phpunit --coverage-text
1 change: 0 additions & 1 deletion Tests/Controller/PaymentControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace AntQa\Bundle\PayUBundle\Tests\Controller;


class PaymentControllerTest extends \PHPUnit_Framework_TestCase
{
public function testInstance()
Expand Down

0 comments on commit ada3a14

Please sign in to comment.