Skip to content

Commit

Permalink
se cambia version de php
Browse files Browse the repository at this point in the history
  • Loading branch information
wcadena committed Mar 16, 2019
1 parent 7038b66 commit 19b621b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
environment:
php: '7.1'
php: '7.2'
mysql: '5.7'
node: '8.1'
hosts:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.1
- 7.2

before_script:
- cp .env.travis .env
Expand Down

0 comments on commit 19b621b

Please sign in to comment.