Skip to content

Commit

Permalink
Merge pull request #34 from abacaphiliac/lint-on-php71
Browse files Browse the repository at this point in the history
run lint and coverage tasks on php71.
  • Loading branch information
abacaphiliac authored Sep 9, 2017
2 parents 4cf6074 + 9a24784 commit 899bde0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
build:
environment:
php:
version: 7.1.0
tests:
override:
-
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
- composer update --no-interaction --prefer-source --prefer-lowest
- composer test:units
- stage: lint
php: 5.6
php: 7.1
script:
- composer install --no-interaction --prefer-source
- composer lint:syntax
- stage: lint
php: 5.6
php: 7.1
script:
- composer install --no-interaction --prefer-source
- composer lint:style
- stage: coverage
php: 5.6
php: 7.1
script:
- composer install --no-interaction --prefer-source
- composer test:coverage
Expand Down

0 comments on commit 899bde0

Please sign in to comment.