Skip to content

Commit

Permalink
CI with PHP 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliance committed Jun 8, 2017
1 parent 7e07777 commit aad90b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 5.5.25
version: 7.1
tests:
override:
-
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
before_script:
- composer update

0 comments on commit aad90b2

Please sign in to comment.