Skip to content

Commit

Permalink
Tests only with PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Jun 28, 2017
1 parent 84fcc02 commit 60183b3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
language: php

php:
- 5.6
- 7.0
- 7.1

env:
global:
- SYMFONY_VERSION="~3.2 < 3.3"

script : phpunit --coverage-clover=coverage.clover && wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover

before_script:
- composer require "symfony/framework-bundle:~3.2 < 3.3"
- composer require "symfony/validator:~3.2 < 3.3"
- composer require "symfony/finder:~3.2 < 3.3"
- composer require "symfony/browser-kit:~3.2 < 3.3"
- composer install --dev
- composer install

0 comments on commit 60183b3

Please sign in to comment.