Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Feature: Now, We support only PHP >= 7.0 #346
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jan 20, 2018
1 parent 8f0d0f1 commit 15736a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down Expand Up @@ -29,8 +28,8 @@ script:
- make ci

after_script:
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

notifications:
email: false
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"docs": "https://github.com/ovr/phpsa/tree/master/docs"
},
"require": {
"php": ">=5.6",
"php": ">=7.0",
"ovr/phpreflection": "^0.3.1",
"symfony/console": "^3.3.6",
"symfony/event-dispatcher": "^3.3.6",
Expand Down

0 comments on commit 15736a9

Please sign in to comment.